Skip to main content
Glama
ampcome-mcps

Airbnb Search & Listings

by ampcome-mcps

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
airbnb_searchC

Search for Airbnb listings with various filters and pagination. Provide direct links to the user

airbnb_listing_detailsC

Get detailed information about a specific Airbnb listing. Provide direct links to the user

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves detailed information for a specific listing, while the other searches for listings with filters. There is no overlap or ambiguity between them, making it easy for an agent to select the correct tool.

Naming Consistency5/5

Both tools follow a consistent 'airbnb_' prefix and descriptive naming pattern (airbnb_listing_details and airbnb_search). This predictability enhances readability and reduces confusion for agents.

Tool Count2/5

With only 2 tools, the server feels thin for a domain like Airbnb search and listings. It lacks essential operations such as booking, user management, or listing creation, which are core to the Airbnb experience, making the scope incomplete.

Completeness2/5

The tool surface is severely incomplete for the server's purpose. While search and details are foundational, there are significant gaps in operations like booking, payment, reviews, or host interactions, which will likely cause agent failures in real-world scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues