Arcade · Example Payload

Arcade Engine Tool Spec Formatted Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Tool Spec 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": "tool-spec-formatted",
  "method": "GET",
  "path": "/v1/formatted_tools/{name}",
  "summary": "Get Formatted Tool Specification",
  "response": {}
}