library_health
Corpus health — is the keeping loaded and sound (totals, shelves, surfaces).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Corpus health — is the keeping loaded and sound (totals, shelves, surfaces).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / additionalPropertiesAdded value: +falseDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description bears full responsibility. It mentions covered aspects (totals, shelves, surfaces) but does not disclose whether the tool is read-only, what side effects might occur, or what the output format is.
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 very brief but sacrifices clarity; the phrasing is awkward and not front-loaded with a clear action. It reads as a cryptic fragment rather than a concise, well-structured summary.
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?
With no output schema and this terse description, the tool's return value and behavior remain unclear. Even for a parameterless tool, a health check would benefit from stating what it reports and how to interpret it.
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, so the schema fully covers this dimension. Baseline is 4, and the description does not need to add parameter 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?
The description suggests a health/status check for a corpus ('Corpus health'), but lacks a clear verb and grammatical structure ('is the keeping loaded and sound'). It does not effectively distinguish itself from sibling tools like 'audit' or 'report'.
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 on when to use this tool compared to alternatives. The phrase provides no context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.