Two read-only tools, and they answer the question a dashboard cannot: not what did I spend, but which bot on which model is costing more than it is worth.
Real prompts, not pseudo-code. Claude picks the tools itself.
| Tool | Needs | What it does |
|---|---|---|
get_bot_costs | read | Spend per bot, with cost per reply and the model breakdown. |
get_credit_balance | read | Credits and AI replies left this month, per workspace. |
read works with any key. write is refused unless the key allows it — the server checks before the tool runs, so a read-only key genuinely cannot change anything.
Worth knowing before you wire it into something that matters.