{
  "schema_version": "v1",
  "name_for_human": "ToolCall Store",
  "name_for_model": "toolcall_store",
  "description_for_model": "Use ToolCall Store to discover, quote, preview, approve, execute, and verify real-world actions: register domains (OpenProvider), configure DNS, provision business email, route LLM requests across providers, and generate images/video. Always POST /v1/quotes before any billable or irreversible action, use an Idempotency-Key header on mutating calls, and obtain a human approval_id (POST /v1/approvals) for domain purchases, DNS writes, email provisioning, and high spend. Fetch the receipt and call /v1/verify after execution.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://toolcallstore.com/openapi.json"
  },
  "logo_url": "https://toolcallstore.com/logo.png",
  "contact_email": "support@toolcallstore.com",
  "legal_info_url": "https://toolcallstore.com/legal/terms.html"
}
