get_agent_usage_detail
Retrieve daily LLM usage, cost trend, and model breakdown for a specific agent to optimize inference spending.
Instructions
Return detailed LLM inference usage for a specific agent — daily breakdown, model distribution, cost trend, and optimisation recommendations.
Use after get_agent_usage identifies an agent of interest. Shows:
Daily request count, token usage, and cost over the last 30 days
Breakdown by LLM model (which models this agent uses and how much each costs)
Cost trend (increasing / stable / decreasing)
Args: agent_id: The agent identifier (as reported via X-VibOps-Agent-Id header).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |