Table of Contents
Module spoon_ai.tools.mcp_tool
MCPTool Objects​
class MCPTool(BaseTool, MCPClientMixin)
call_mcp_tool​
async def call_mcp_tool(tool_name: str, **kwargs)
Override the mixin method to add tool-specific error handling.
list_available_tools​
async def list_available_tools() -> list
List available tools from the MCP server.