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

# buy_get_budget

> Show the user's spending budgets: the daily/weekly/monthly/total caps the spend gate enforces before any checkout, each with its limit, spent, and remaining am…

Connect to `https://mcp.agentcard.sh/mcp` with the **user's connection token** (or a `buy_token` for org-owned accounts).

**Behavior:** read-only, idempotent.

<Note>Not in the default `tools/list`. It is still callable by exact name, and appears when the client sends the `x-expert-tools: 1` header.</Note>

## What it does

Show the user's spending budgets: the daily/weekly/monthly/total caps the spend gate enforces before any checkout, each with its limit, spent, and remaining amounts. Set or change one with buy\_set\_budget.

## Inputs

None.

## Returns

None.

## Example call

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