List Tools
list_toolsDiscover all available tools on a connected MCP server, including full input schemas, to enable accurate tool invocation and validation.
Instructions
List all tools available on the connected MCP server.
Retrieves comprehensive information about all tools exposed by the target server, including full input schemas to enable accurate tool invocation.
Returns: Dictionary with tool listing including: - success: True on successful retrieval - tools: List of tool objects with name, description, and full input_schema - metadata: Total count, server info, timing information
Raises: Returns error dict if not connected or retrieval fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||