frigate_stats
Get camera, detector, and process metrics from Frigate to monitor NVR performance and identify bottlenecks.
Instructions
Obtiene métricas de cámaras, detectores y procesos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get camera, detector, and process metrics from Frigate to monitor NVR performance and identify bottlenecks.
Obtiene métricas de cámaras, detectores y procesos.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations and no output schema, the description does not disclose behavioral aspects such as whether it is read-only, response format, or side effects. It only mentions that it 'gets metrics' without specifying the nature of the metrics or the response.
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?
The description is a single, concise sentence that directly conveys the tool's function without unnecessary words. It is well-structured and easy to understand.
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?
The description lacks critical context such as the output structure, any required permissions, or how the metrics are formatted. Without an output schema or additional explanation, an agent would not know what to expect from the call.
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?
There are no parameters in the schema, so the description does not need to clarify parameter usage. However, it also does not provide any additional context about inputs or outputs, but since none exist, it is neutral.
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?
The description clearly states the tool's purpose: retrieving metrics for cameras, detectors, and processes. It is specific and distinguishes it from sibling tools like frigate_events or frigate_review.
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?
The description does not provide any guidance on when to use this tool versus alternatives, nor any prerequisites or context. It simply states what it does without usage conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.