Arcade · Example Payload

Arcade Engine Tools List Static Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Tools List Static Example is an example object payload from Arcade, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryresponse

Example Payload

Raw ↑
{
  "operation": "tools-list-static",
  "method": "GET",
  "path": "/v1/tools",
  "summary": "List Static Tools",
  "response": {
    "items": [
      {
        "description": null,
        "formatted_schema": null,
        "fully_qualified_name": null,
        "input": null,
        "metadata": null,
        "name": null,
        "output": null,
        "qualified_name": null,
        "requirements": null,
        "toolkit": null
      }
    ],
    "limit": 1,
    "offset": 1,
    "page_count": 1,
    "total_count": 1
  }
}