Skip to main content
capout_claims returns the current claim balance for the active CapOut organization.

Example call

{
  "tool": "capout_claims",
  "arguments": {}
}

Example response

{
  "available_claims": 42,
  "ok": true,
  "organization_id": "org_123"
}
If you also need to see or switch the active CapOut API key, use API Keys.