Skip to main content
Glama

Search Vanlife News

search_stories
Read-onlyIdempotent

Search aggregated vanlife news stories (7 languages, 400+ sources). Filter by search query, category, country, locale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
localeNoen
searchNoFull-text search in story title.
countryNoISO 3166-1 alpha-2 country code.
categoryNoCategory slug, e.g. camping, travel, gear, festival, industry.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover readOnly and idempotent hints, so the description adds useful context about the aggregated nature and language coverage. It does not elaborate on result ordering or pagination, but the schema provides limit constraints. The added source count and language range provide meaningful behavioral context beyond the annotation.

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

Conciseness5/5

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

A single, front-loaded sentence conveys the verb, resource, and key attributes. Every word adds value; there is no fluff or repetition.

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 search tool with no output schema, the description is fairly complete. It communicates the data scope (languages, sources) and filter options. It does not specify what happens with no search query or how results are sorted, but these are not critical given the tool's simplicity and the schema's defaults.

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?

The description lists four filter fields (query, category, country, locale) but adds little beyond the schema's own descriptions. Since schema coverage is 60% and the remaining params (limit, locale) have self-describing enums/defaults, the description's redundancy does not substantially deepen understanding. It omits mention of the limit parameter, but the schema covers it well.

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

Purpose5/5

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

The description clearly states the tool's action ('Search') and resource ('aggregated vanlife news stories'), with specific scope ('7 languages, 400+ sources'). This unambiguously distinguishes it from sibling tools like get_fuel_prices or list_events, which target different domains.

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

Usage Guidelines4/5

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

The description implies the use case: finding vanlife news by various filters. While it does not explicitly mention when not to use it or name alternatives, the context of sibling tools makes it clear this is the news-search tool. The lack of exclusions is acceptable given its focused scope.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific resources like fuel prices, events, weather, or stories, with no overlap in functionality. For example, compare_fuel_prices and find_cheapest_fuel serve different comparison and search roles, while get_fuel_prices provides detailed data, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., compare_fuel_prices, get_currency_rate, list_events), using snake_case throughout. This predictability aids agents in understanding and selecting tools without confusion from mixed conventions.

Tool Count5/5

With 11 tools, the count is well-scoped for the vanlife travel domain, covering key areas like fuel, events, weather, and stories. Each tool earns its place by addressing distinct needs, avoiding bloat while providing comprehensive coverage for planning and information retrieval.

Completeness4/5

The tool set offers strong coverage for vanlife travel, including fuel price comparison, event listings, weather suitability, and story searches, with no dead ends. A minor gap exists in lacking update or delete operations for user-specific data, but core informational and planning workflows are fully supported.