> ## Documentation Index
> Fetch the complete documentation index at: https://docs.capout.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Claims

> Use capout_claims to inspect the authenticated organization's remaining CapOut claims.

`capout_claims` returns the current claim balance for the active CapOut organization.

## Example call

```json theme={null}
{
  "tool": "capout_claims",
  "arguments": {}
}
```

## Example response

```json theme={null}
{
  "available_claims": 42,
  "ok": true,
  "organization_id": "org_123"
}
```

## Related tool

If you also need to see or switch the active CapOut API key, use [API Keys](/mcp/tools/api-keys).
