paperclip_get_cost_summary
Get a rolled-up cost summary for your company across all agents and projects. Choose output as markdown or JSON to review total spend, period breakdown, and per-agent/per-project aggregates.
Instructions
Get a rolled-up cost summary for the current company across all agents and projects.
Args:
response_format: 'markdown' | 'json' (optional) — Output format (default: markdown)
Returns: Object with total cost in cents, breakdown by period, and per-agent/per-project aggregates.
Examples:
Use when: checking overall spend before requesting a budget override approval
Don't use when: you need per-agent costs — use paperclip_get_costs_by_agent for a per-agent breakdown
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → verify PAPERCLIP_COMPANY_ID is correct
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | Yes | Output format: 'markdown' (default, human-readable) or 'json' (structured) | markdown |