cURL
curl --request GET \ --url https://analyst.heyhumm.ai/api/mcp/tool/detail
{ "organization_id": "<string>", "tool_name": "<string>", "tool_type": "<string>", "description": "<string>", "input_schema": {}, "output_schema": {}, "data_source_id": "<string>", "parameters": [ { "name": "<string>", "type": "<string>", "required": true, "description": "<string>" } ], "tables": [ { "table_name": "<string>", "qualified_name": "<string>", "schema_name": "<string>", "description": "<string>" } ], "schema_available": true, "json_schema": {} }
Documentation IndexFetch the complete documentation index at: https://heyhumm.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://heyhumm.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Show child attributes