stats
Check collection statistics and provider health to verify that retrieval infrastructure is operational.
Instructions
Return collection stats and provider health.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Check collection statistics and provider health to verify that retrieval infrastructure is operational.
Return collection stats and provider health.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that the tool returns stats and health, but it does not explicitly say whether the operation is read-only, requires authentication, or has any side effects. For an unannotated tool, this is a meaningful transparency gap.
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 communicates the core purpose immediately. There is no redundant or filler content, and every word adds value.
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 no-parameter tool, the description is minimally adequate, but it leaves ambiguity around what 'collection stats' includes and what 'provider health' means in practice. With no output schema and no annotations, a bit more detail about the kind of information returned would make the tool comfortably usable by an agent.
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 has zero parameters and the schema coverage is effectively complete, so there is no parameter information missing. The description does not need to explain parameter behavior because there are none to explain.
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 a specific verb and resource: 'Return collection stats and provider health.' It is distinguishable from siblings like query or search because it focuses on statistics and health rather than data retrieval. However, it does not explicitly contrast itself with any sibling, so it stops short of a 5.
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 guidance about when to use this tool versus alternatives. The description does not mention prerequisites, typical use cases, or situations where another sibling like list, query, or config would be more appropriate. This leaves the agent to infer usage entirely from the tool name and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.