Request
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Tool name from tools/list |
arguments | object | Yes | Parameters matching inputSchema |
Response
| Field | Type | Description |
|---|---|---|
content | array | Result content (text, images, etc.) |
content[].type | string | Content type: “text”, “image”, “video”, etc. |
content[].text | string | Text content |
Examples
Simple Text Tool
Complex Parameters
Errors
Tool Not Found
Invalid Parameters
Tool Execution Error
Timeout
Related Methods
- tools/list - List available tools
- resources/read - Read resource data