list_available_tools
Lists all tools from connected MCP servers with their signatures, optionally including descriptions, to help you discover available functions.
Instructions
List all available tools from connected MCP servers with their signatures.
Returns dict with keys: servers (dict mapping server name to tool list), total_servers (int), total_tools (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_descriptions | No | If True, include full docstrings for each tool. Defaults to False to minimize context usage. Skip if you already have tool descriptions from schemas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |