Skip to main content
Glama

airbnb-data

airbnb_details

V1 Airbnb Details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. 'V1 Airbnb Details' discloses nothing about side effects, whether the operation is read-only, required permissions, rate limits, or output behavior. This is effectively no behavioral disclosure.

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

Conciseness2/5

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

The description is short, but that is under-specification rather than effective conciseness. 'V1' adds versioning noise without value, and the phrase 'Airbnb Details' merely echoes the tool name without earning its place.

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

Completeness1/5

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

Despite having only one parameter and no output schema, the description is inadequate: it does not say what details are returned, how roomId should be obtained, or what the response looks like. The tool is not safely callable based on this definition alone.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no meaning about the roomId parameter, such as its format, source, or whether it is required. The parameter name alone is the only hint, and the description does not compensate for the missing schema details.

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

Purpose2/5

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

The description is effectively a restatement of the tool name: 'V1 Airbnb Details' names a resource but uses no verb and gives no action such as fetch, retrieve, or list. It does not help distinguish the tool from sibling tools like airbnb_search or airbnb_calendar.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus airbnb_search or airbnb_calendar, nor any mention of prerequisites or context. An agent is left to guess whether this tool is for looking up a specific listing's detail after a search or for something else.

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.