Skip to main content
Glama

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

getListingPhotosC

Extract photo URLs from an Airbnb listing

analyzeListingPhotosC

Analyze photos from an Airbnb listing

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.6/5.0

Scored across 4 tools

Disambiguation3/5

The tools have some overlap that could cause confusion, particularly between 'analyzeListingPhotos' and 'getListingPhotos' which both handle listing photos but with different purposes (analysis vs. extraction). However, 'airbnb_listing_details' and 'airbnb_search' are clearly distinct for specific listing retrieval and general search, respectively, and descriptions help clarify the photo-related tools.

Naming Consistency2/5

Naming is inconsistent with mixed conventions: 'airbnb_listing_details' and 'airbnb_search' use snake_case with a prefix, while 'analyzeListingPhotos' and 'getListingPhotos' use camelCase without the prefix. This lack of a predictable pattern across all tools makes the set less coherent and harder for agents to navigate intuitively.

Tool Count3/5

With 4 tools, the count is borderline for the server's purpose of Airbnb search and listings. It feels thin, as core operations like booking, user reviews, or price updates are missing, but it covers basic search and listing details, which might be sufficient for a limited scope. A typical server in this domain would benefit from more tools to handle a fuller lifecycle.

Completeness2/5

There are significant gaps in the tool surface for the Airbnb domain. While search and listing details are covered, essential operations like booking a listing, managing reservations, accessing user reviews, or updating pricing are missing. This incompleteness will likely cause agent failures when trying to perform common tasks beyond basic lookup and photo analysis.

Maintenance

ActivityInactive
ResponsivenessNo issues