t2000_limit
View your per-transaction and daily spending limits set via the CLI. Use the returned values to confirm caps before authorizing sends.
Instructions
View the user's opt-in spending limits as set via the CLI (t2 limit set --per-tx <USD> and t2 limit set --daily <USD>). Reads ~/.t2000/config.json. Returns { configured: false } when no limits are set.
IMPORTANT: This tool is READ-ONLY. Setting or clearing limits must be done via the CLI (the user has terminal access; security boundary). To suggest a limit change, ask the user to run t2 limit set --per-tx 50 or t2 limit reset in their terminal.
Use the returned values to inform the user about their own configured caps before writes — e.g., if they set a $50 per-tx cap, surface that context when they ask for a $200 send so they can decide whether to lower the amount or run t2 limit reset first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||