llm_route_stats
llm_route_statsMCO LLM router stats per provider: success rate, latency, cost. / MCO LLM 라우터 프로바이더별 성공률·지연·비용 통계
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
llm_route_statsMCO LLM router stats per provider: success rate, latency, cost. / MCO LLM 라우터 프로바이더별 성공률·지연·비용 통계
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and a closed world, so the safety profile is covered. The description adds the metric vocabulary (success rate, latency, cost), but says nothing about the time window covered or whether the data is cached/real-time.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One short sentence with the metrics front-loaded and no padding. The duplicated Korean rendering is redundant for a single-language consumer but not harmful.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter read tool with no output schema, the description should at minimum state the aggregation window (all-time? rolling?) since no parameter can narrow it. It names the metrics but leaves the scope of the data undefined.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the description to disambiguate; the 4 baseline applies. The listed metrics are return values rather than parameter semantics, so they add no parameter-level meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Names the resource (MCO LLM router) and the unit of aggregation (per provider) plus the three metrics returned, so an agent can distinguish it from llm_providers. It is clear but never explicitly positions itself against that sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no statement of when to use this tool versus llm_providers, acquisition_stats, or any other stats tool. The agent must infer the selection criteria from the name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.