Skip to main content
Glama

search_campervans

Read-only

Search campervan and motorhome rentals. Returns a URL that pre-fills the search form with your trip details. Click Search on the page to see live results with pricing, availability, and booking options from 160+ rental companies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesPickup city name, e.g. "Sydney", "Auckland", "Los Angeles". Required.
countryYesCountry code: AU, NZ, US, CA, GB, DE, FR, IT, ES, NL. Required.
pickup_dateYesPickup date YYYY-MM-DD. Required.
dropoff_cityNoReturn city if different from pickup (one-way). Optional.
dropoff_dateYesReturn date YYYY-MM-DD. Required.

TDQS

A4.2/5.0
Behavior5/5

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

The description clearly discloses a key behavioral trait not captured by annotations: the tool returns a URL instead of direct results, and the user must click 'Search' to see live pricing and availability. It also adds scope ('160+ rental companies') and explains what the user will see. This goes beyond the annotations (readOnly, openWorld, non-destructive) to give a transparent picture of the tool's indirect interaction model.

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?

The description is two sentences, front-loaded with the primary action, then the output and follow-up step. Every sentence earns its place with no repetition of schema details or fluff. It is concise yet sufficiently informative.

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?

Given the schema covers all parameters, annotations cover safety, and the description explains the URL-return behavior and the need to click through, the description is quite complete. It might additionally mention that the tool does not provide results directly in the response, but that is already clearly stated. The only minor gap is lack of explicit guidance on when to use list_locations for context, which is more of a usage guidelines issue.

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 input schema already provides 100% coverage with clear descriptions for each parameter, including examples for city and date formats. The description only refers to 'trip details' generically without adding new parameter-specific meaning, so it meets the baseline for high schema coverage but does not exceed it.

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 function: 'Search campervan and motorhome rentals.' It then specifies the output format (a URL that pre-fills a search form) and distinguishes itself from the only sibling, list_locations, by focusing on rentals rather than location lookup. This makes the purpose specific and unambiguous.

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 the tool should be used when searching for campervan/motorhome rentals, and it explains that live results require clicking 'Search' on the returned page. However, it does not explicitly mention when not to use it or contrast it with the sibling tool list_locations, so the usage guidance is implied rather than explicitly framed as an alternative.

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.1/5.0
Disambiguation5/5

list_locations and search_campervans have clearly distinct purposes: one enumerates valid cities, the other performs a search. No overlap exists.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (list_locations, search_campervans) and use the same snake_case style.

Tool Count3/5

With only two tools, the set feels thin, but the narrow domain of rental search partially justifies the small count. It borders on under-scoped.

Completeness2/5

The search tool only returns a pre-filled URL, not live results, so the agent cannot fully retrieve rentals, pricing, or availability autonomously. This is a significant gap in the intended workflow.