articleC
Fetch articles from Zenn.dev
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Username of the article author | |
| topicname | No | Topic name of the article | |
| order | No | Order of the articles. Choose from latest or oldest | |
| page | No | Page number of the articles. Default: 1 | |
| count | No | Number of articles per page. Default: 48 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. 'Fetch articles' implies a read-only operation, but there's no information about authentication requirements, rate limits, error conditions, pagination behavior, or what format/articles are returned. For a tool with 5 parameters and no output schema, this leaves significant behavioral questions unanswered.
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 - just 4 words that directly state the tool's purpose. There's zero waste or unnecessary elaboration. It's perfectly front-loaded with the essential information in minimal space.
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 has 5 parameters, no annotations, and no output schema, the description is insufficiently complete. 'Fetch articles from Zenn.dev' doesn't explain what kind of articles, what data is returned, authentication needs, or error handling. For a tool with this complexity and no structured behavioral hints, the description should provide more operational context.
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 schema has 100% description coverage, so all parameters are documented in the schema itself. The description adds no additional parameter semantics beyond 'Fetch articles from Zenn.dev' - it doesn't explain how parameters interact, what combinations are valid, or provide context beyond what's already in the schema descriptions. This meets the baseline for high schema coverage.
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 'Fetch articles from Zenn.dev' clearly states the action (fetch) and resource (articles from Zenn.dev), making the purpose immediately understandable. However, it doesn't differentiate from the sibling tool 'book' - we don't know if 'book' fetches different content or serves a different purpose, so this lacks sibling differentiation.
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 provides no guidance on when to use this tool versus alternatives. There's no mention of when this tool is appropriate, what scenarios it's designed for, or how it differs from the sibling 'book' tool. The agent receives no usage context beyond the basic purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.