Skip to main content
Glama

Déstaire

List articles

list_articles
Read-onlyIdempotent

The travel writing, newest first: title, standfirst, author, category, date, and page URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe most articles to give.
categoryNoOnly this category.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
articlesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already cover the read-only, idempotent, and non-destructive safety profile. The description adds the behavioral guarantee of newest-first ordering and enumerates output fields, though the output schema likely already documents those fields. Pagination and empty-result behavior are not mentioned, but this is a minor gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, front-loading the content type and ordering before listing fields. It is compact and readable, though the phrase 'The travel writing' is slightly awkward as an opening.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with two optional parameters, full schema coverage, an output schema, and read-only annotations, the description is largely complete. The main missing element is explicit guidance about sibling alternatives, but that is more of a usage-guideline concern than a completeness gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with both limit and category already described in the input schema. The description adds no additional meaning about parameter behavior beyond what the schema provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource as travel writing and specifies newest-first ordering plus the returned fields, making the operation clear. Combined with the title 'List articles', it is distinguishable from get_article and the destination/guide list tools, though it does not name them explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool is for listing travel articles, which gives some usage context. However, it does not explicitly state when to prefer this over get_article, list_destinations, list_guides, or search_stays, so alternative routing is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources