Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ignore-robots-txtNoOptional argument to ignore robots.txt for all requests.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

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 and pagination. There is no overlap in functionality, making it easy for an agent to choose the right tool based on whether it needs a specific listing or a search operation.

Naming Consistency5/5

Both tools follow a consistent naming pattern with the prefix 'airbnb_' followed by a descriptive verb_noun combination (listing_details and search). This consistency aids in predictability and readability, with no deviations or mixed conventions.

Tool Count2/5

With only 2 tools, the server feels under-scoped for an Airbnb domain, which typically involves operations like booking, user management, reviews, or updates. While the tools cover basic retrieval and search, the count is too low for comprehensive coverage, suggesting significant gaps in functionality.

Completeness2/5

The tool surface is severely incomplete for an Airbnb server. It lacks essential operations such as booking a listing, managing reservations, handling user accounts, or posting reviews. The current tools only support viewing and searching, leaving major workflows uncovered and likely causing agent failures in real-world scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues