Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List available tools
tools/list
{ "jsonrpc": "2.0", "id": 2, "method": "tools/list", "params": {} }
{ "jsonrpc": "2.0", "id": 2, "result": { "tools": [ { "name": "search_offerings", "description": "Search the available offerings, services, and products", "inputSchema": { "type": "object", "properties": { "question": { "type": "string", "description": "The search query or question about offerings to explore" } }, "required": ["question"] } } ] } }