Total Access Docs
Openapi

List MCP tools

Returns available tools in MCP or OpenAI function-calling format.

GET
/api/v1/public/data/tools

Returns available tools in MCP or OpenAI function-calling format.

Authorization

ApiKeyAuth
X-API-Key<token>

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_xxxxxxxxxxxxxxxxxxxx

In: header

Query Parameters

format?string
Default"mcp"

Value in

  • "mcp"
  • "openai"

Header Parameters

X-API-Version?string

Date-based minor version negotiation (e.g. 2026-07-01). If omitted, the latest version is used.

Match^\d{4}-\d{2}-\d{2}$

Response Body

application/json

curl -X GET "https://example.com/api/v1/public/data/tools"
{}