Tray.ai · JSON Structure

Tray Ai Connector Structure

Structural documentation for the Tray.ai Connector and ConnectorVersion objects

Type: object Properties: 0
AutomationIntegrationiPaaSAI AgentsMCP

Tray Ai Connector Structure is a JSON Structure definition published by Tray.ai.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Tray.ai Connector Structure",
  "description": "Structural documentation for the Tray.ai Connector and ConnectorVersion objects",
  "type": "object",
  "structure": {
    "Connector": {
      "name": { "type": "string", "description": "Connector identifier (e.g., salesforce, slack)" },
      "title": { "type": "string", "description": "Human-readable display name" },
      "description": { "type": "string", "description": "What the connector does" },
      "icon": { "type": "string", "format": "uri", "description": "URL to connector icon" },
      "versions": {
        "type": "array",
        "items": {
          "version": { "type": "string", "description": "Version identifier (e.g., 2.1)" },
          "isLatest": { "type": "boolean", "description": "Whether this is the latest version" }
        }
      }
    },
    "ConnectorVersion": {
      "name": { "type": "string", "description": "Connector identifier" },
      "version": { "type": "string", "description": "Version string" },
      "title": { "type": "string", "description": "Display name" },
      "operations": {
        "type": "array",
        "items": {
          "name": { "type": "string", "description": "Operation identifier" },
          "title": { "type": "string", "description": "Operation display name" },
          "description": { "type": "string", "description": "What the operation does" },
          "inputSchema": { "type": "object", "description": "JSON Schema for operation inputs" },
          "outputSchema": { "type": "object", "description": "JSON Schema for operation outputs" }
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tray-ai-connector-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.