Skip to main content
Glama

Fiche complète d'un château

get_chateau

Renvoie tout ce que nous savons d'un château : résumé factuel, horaires, tarifs, accessibilité, équipements, coordonnées, sources officielles (Mérimée, Wikidata) et date de vérification. Citez l'URL de la fiche et la date de vérification lorsque vous reprenez horaires ou tarifs : sans date, ces informations ne valent rien. Utilisez reservation.url tel quel pour tout lien de billetterie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNofr, en ou de. fr par défaut.
slugYesL'identifiant de la fiche, tel que renvoyé par search_chateaux.

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and excels: it discloses that returned hours/prices are only valid with their verification date, identifies official sources (Mérimée, Wikidata) and the reservation.url pass-through behavior. It is transparent about data freshness, which is the main behavioral risk for this kind of reference tool.

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?

Three sentences, each earning its place: purpose, freshness/citation caveat, and ticket-link instruction. No filler or repetition, and the most important information (what the tool returns) is front-loaded.

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

Completeness5/5

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

For a low-complexity get-by-slug tool with two params and no output schema, this is complete: it explains the scope of the return, the conditions under which returned hours/prices can be trusted, and the correct handling of reservation.url. Error/not-found behavior is not described, but that is a minor gap for a retrieval tool of this simplicity.

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 coverage is 100%, so the baseline is 3: slug and lang are already described, including lang's enum/default and slug's origin from search_chateaux. The description adds no input-parameter semantics; reservation.url is an output field, not an invocation parameter.

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 states a precise action and object: 'Renvoie tout ce que nous savons d'un château' and enumerates the content categories (résumé factuel, horaires, tarifs, accessibilité, équipements, coordonnées, sources officielles, date de vérification). This makes it unmistakably a get-full-record tool and separates it from search/list siblings.

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 gives strong post-invocation guidance (cite URL/date when reusing schedules/prices; pass reservation.url through as-is), but it never explicitly says when to choose this over search_chateaux or list_events/itineraires. The intended workflow is implied by 'tout ce que nous savons' and by schema's slug provenance from search_chateaux, but not stated in the description.

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

A3.9/5.0
Disambiguation5/5

Each tool targets a different resource: one château detail, one château search, one event list, one itinerary list. The 'list_evenements' vs 'list_itineraires' pair could seem similar at first, but the descriptions clearly separate time-bound events from computed routes.

Naming Consistency5/5

All tools use a consistent snake_case verb_noun pattern: get_chateau, list_evenements, list_itineraires, search_chateaux. Mixed singular/plural in French nouns is natural and does not affect consistency.

Tool Count5/5

Four tools is a focused, intentional set for a read-only encyclopedia server. It falls comfortably within the 3–15 tool range and each tool provides a unique capability without redundancy.

Completeness4/5

The domain of château information is covered by search + detail retrieval, with events and itineraries extending the surface nicely. There is no way to fetch a single event or itinerary by ID or filter events by château, but these are minor workarounds for agents.

Resources