Skip to main content
Glama

Campiamo Campsites

Campsite details

get_campsite
Read-onlyIdempotent

Full details of one campsite: description, photos, check-in times, open season, every accommodation type with prices and rules, optional extras, the questions the campsite asks at booking, payment and deposit terms, and recent reviews.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campsiteYesThe campsite slug, as returned by search_campsites.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description's safety burden is low. It adds substantive context by enumerating exactly what data will be returned (accommodation types, payment terms, reviews), which helps agents predict the response shape. No contradiction with annotations.

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 dense sentence that front-loads the core promise and then lists contents in a readable sequence. It is efficient and free of fluff, though a bulleted list would improve scannability slightly given the many items enumerated.

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?

Without an output schema, the description thoroughly documents the return value, covering descriptions, photos, check-in times, season, accommodation types with prices and rules, optional extras, booking questions, payment terms, and reviews. This is sufficient for an agent to correctly invoke the tool and interpret its result, leaving no critical gaps.

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% and the schema already specifies that 'campsite' is a slug from search_campsites. The description adds only minimal reinforcement that it targets 'one campsite' rather than multiple, which is a marginal semantic improvement over the structured data.

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 'Full details of one campsite' with an explicit verb-implied resource, making it clear this is a read operation for a single campsite's detailed information. The enumerated content (photos, times, prices, reviews) clearly distinguishes it from sibling tools like search_campsites, check_availability, and get_quote, which serve different purposes.

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 use when an agent needs comprehensive details about a specific campsite after obtaining a slug via search_campsites. However, it does not explicitly state when to use this tool versus alternatives or provide any exclusion criteria, so usage guidance is only implicit.

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