list_tools
Discover all available MCP tools and their parameters without a database connection. Returns a JSON array of tool names, descriptions, and input schemas.
Instructions
List all available MCP tools of this server with their descriptions.
Returns a JSON array with one entry per tool: name, description and
inputSchema (parameters). Does NOT require a database connection —
useful for discovering capabilities at runtime.
Returns:
JSON string: [{"name": ..., "description": ..., "parameters": ...}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||