Methods
| Method | Description |
|---|---|
list_tools(tool_server=None) | Returns tool definitions (all servers, or a specific one) |
call_tool(tool_server, tool_name, parameters) | Invokes a tool and returns a ToolCallResult |
Properties
| Property | Type | Description |
|---|---|---|
tool_servers | dict[str, str] | Mapping of server names to base URLs |
HttpToolPlayground
The SDK shipsHttpToolPlayground, which implements BasePlayground over HTTP against the Tool Server Protocol.

