List MCP tools
Returns available tools in MCP or OpenAI function-calling format.
Returns available tools in MCP or OpenAI function-calling format.
Authorization
ApiKeyAuth API key for the Public Data API and MCP bridge.
Keys are prefixed with ta_sk_ (production) or ta_test_ (sandbox).
X-API-Key: ta_sk_xxxxxxxxxxxxxxxxxxxxIn: header
Query Parameters
"mcp"Value in
- "mcp"
- "openai"
Header Parameters
Date-based minor version negotiation (e.g. 2026-07-01).
If omitted, the latest version is used.
^\d{4}-\d{2}-\d{2}$Response Body
application/json
curl -X GET "https://example.com/api/v1/public/data/tools"{}Batch operations POST
Submit up to 100 Public Data API operations in a single HTTP request. Each operation is processed independently and the response contains per-item success/failure results. Rate-limited as a single request against the per-key limit. Supports batch-level idempotency via the `Idempotency-Key` header.
Aggregate health check GET
Checks all services in parallel and returns an aggregated status. Recommended endpoint for monitoring systems and status pages. No authentication required. Returns HTTP 200 regardless of individual service status — check the `status` field in the response.