live · AI Agents & Fintech · JSON · API for agents
Get information about Tanso products, pricing, and developer resources
{
"name": "get_tanso_info",
"kind": "read",
"impl": "imperative",
"description": "Get information about Tanso products, pricing, and developer resources",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"enum": [
"products",
"pricing",
"api",
"mcp",
"auth"
],
"description": "What information to retrieve"
}
},
"required": [
"topic"
]
},
"page": "/"
}Fetch the OpenAPI specification for a Tanso product
{
"name": "get_openapi_spec",
"kind": "read",
"impl": "imperative",
"description": "Fetch the OpenAPI specification for a Tanso product",
"inputSchema": {
"type": "object",
"properties": {
"product": {
"type": "string",
"enum": [
"platform",
"observe",
"data-lab"
],
"description": "Which product's OpenAPI spec to fetch"
}
},
"required": [
"product"
]
},
"page": "/"
}