T

tansohq.com

Track every conversation, tool call, and outcome across your AI stack. Observe agent behavior, understand what drives value, and build pricing that captures it.

2read
https://www.tansohq.com/

live · AI Agents & Fintech · JSON · API for agents

Tools 2 tools

get_tanso_inforead

Get information about Tanso products, pricing, and developer resources

View tool JSON
{
  "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": "/"
}
get_openapi_specread

Fetch the OpenAPI specification for a Tanso product

View tool JSON
{
  "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": "/"
}