text_stats
[Dev] Word/sentence counts, reading time, and readability score for text. Costs $0.001.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
[Dev] Word/sentence counts, reading time, and readability score for text. Costs $0.001.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses a cost of $0.001, which is a key behavioral trait. However, it does not mention other traits like rate limits, handling of empty strings, or concurrency. The [Dev] prefix suggests a development context.
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 extremely concise, using one sentence to communicate purpose and cost. It is front-loaded with the most critical information.
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?
Given the tool's simplicity (one parameter, no output schema), the description covers the basic purpose and cost. However, it lacks detail on output format (e.g., JSON structure), supported languages, or error handling, which could help the agent interpret results.
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 input schema has one parameter (text) with 0% description coverage. The description adds meaning by stating the tool computes counts and scores for the text, clarifying what the parameter represents beyond its name.
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 explicitly states the tool provides word/sentence counts, reading time, and readability score for text. This clearly identifies the verb-resource and distinguishes it from sibling tools like classify_text or translate_text.
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?
No guidance on when to use this tool versus alternatives. The description mentions a cost constraint but lacks context about prerequisites, limitations, or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.