Arcade · JSON Structure

Arcade Engine Tool Response Structure

Structural projection of the ToolResponse resource of the Arcade Engine API.

Type: object Properties: 10 Required: 5
AgentsMCPAI AgentsAuthorizationAuthenticationTool CallingAgent InfrastructureLLMIntegration

arcade-engine-tool-response is a JSON Structure definition published by Arcade, describing 10 properties, of which 5 are required.

Properties

description formatted_schema fully_qualified_name input metadata name output qualified_name requirements toolkit

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://github.com/api-evangelist/arcade/json-structure/arcade-engine-tool-response-structure.json",
  "name": "arcade-engine-tool-response",
  "title": "Arcade Engine ToolResponse Structure",
  "description": "Structural projection of the ToolResponse resource of the Arcade Engine API.",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "formatted_schema": {
      "type": "object",
      "additionalProperties": {}
    },
    "fully_qualified_name": {
      "type": "string"
    },
    "input": {
      "type": "object",
      "properties": {
        "parameters": {
          "type": "array",
          "minItems": 0,
          "items": {
            "type": "object",
            "required": [
              "name",
              "value_schema"
            ],
            "properties": {
              "description": {
                "type": "string"
              },
              "inferrable": {
                "type": "boolean",
                "default": true
              },
              "name": {
                "type": "string"
              },
              "required": {
                "type": "boolean"
              },
              "value_schema": {
                "$ref": "#/components/schemas/schemas.ValueSchema"
              }
            }
          }
        }
      }
    },
    "metadata": {
      "type": "object",
      "properties": {
        "behavior": {
          "type": "object",
          "properties": {
            "destructive": {
              "type": "boolean"
            },
            "idempotent": {
              "type": "boolean"
            },
            "open_world": {
              "type": "boolean"
            },
            "operations": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "read_only": {
              "type": "boolean"
            }
          }
        },
        "classification": {
          "type": "object",
          "properties": {
            "service_domains": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "extras": {
          "type": "object",
          "additionalProperties": {}
        }
      }
    },
    "name": {
      "type": "string"
    },
    "output": {
      "type": "object",
      "properties": {
        "available_modes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "type": "string"
        },
        "value_schema": {
          "type": "object",
          "required": [
            "val_type"
          ],
          "properties": {
            "enum": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "inner_val_type": {
              "type": "string"
            },
            "val_type": {
              "type": "string"
            }
          }
        }
      }
    },
    "qualified_name": {
      "type": "string"
    },
    "requirements": {
      "type": "object",
      "properties": {
        "authorization": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            },
            "oauth2": {
              "$ref": "#/components/schemas/schemas.OAuth2AuthorizationRequirement"
            },
            "provider_id": {
              "type": "string"
            },
            "provider_type": {
              "type": "string"
            },
            "status": {
              "default": "disabled",
              "allOf": [
                {
                  "$ref": "#/components/schemas/auth.Status"
                }
              ]
            },
            "status_reason": {
              "type": "string"
            },
            "token_status": {
              "$ref": "#/components/schemas/auth.AuthorizationStatus"
            }
          }
        },
        "met": {
          "type": "boolean",
          "default": false
        },
        "secrets": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "key"
            ],
            "properties": {
              "key": {
                "type": "string"
              },
              "met": {
                "type": "boolean",
                "default": false
              },
              "status_reason": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "toolkit": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "description": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "version": {
          "type": "string"
        }
      }
    }
  },
  "required": [
    "fully_qualified_name",
    "input",
    "name",
    "qualified_name",
    "toolkit"
  ]
}

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/arcade-engine-tool-response-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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