Arcade · Example Payload

Arcade Engine Tools List Formatted Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Tools List Formatted 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-formatted",
  "method": "GET",
  "path": "/v1/formatted_tools",
  "summary": "List Formatted Static Tools",
  "response": {
    "items": [
      {}
    ],
    "limit": 1,
    "offset": 1,
    "page_count": 1,
    "total_count": 1
  }
}