List articles
list_articlesBlog articles, newest first, with publication date, tags and reading time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_articlesBlog articles, newest first, with publication date, tags and reading time.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds output ordering and field context but does not disclose pagination, limits, or whether full article content is included. This is acceptable but not rich.
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 succinct sentence fragment that front-loads the resource and includes only meaningful details: ordering and response fields. No redundant wording.
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 parameterless list tool, the description conveys the core return shape and order, and annotations cover the behavioral safety profile. The main minor gap is whether results are paginated or include all articles, but this is not a major omission given the low complexity.
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?
With zero parameters, the schema leaves nothing to document and the description has no parameter burden. The baseline of 4 applies because there are no parameter semantics to clarify.
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 identifies the exact resource ('Blog articles') and specifies ordering ('newest first') and included fields. Combined with the title's verb 'List', it clearly distinguishes this from sibling tools like list_case_studies and list_services.
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 implies use for retrieving blog article listings and sets ordering expectations, but it does not explicitly state when to prefer this over alternatives such as get_article or search. The usage context is mostly inferred from the tool name and sibling structure.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.