Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_airbnb_search

Search and filter aggregate Airbnb market data by country, market, or room type to analyze median prices, superhost share, and guest favorite rates at the market level.

Instructions

Search the Airbnb markets dataset. Returns aggregate Airbnb short-term-rental market rollups from the dataset id enum value airbnb-markets. Aggregate-only: each row is a market cell, never an individual listing. Thin cells are suppressed. group_by enum: country, market, admin1 (top subdivision), locality (settlement), room_type (entire_place/private_room/hotel/shared_room), property_type (Airbnb's canonical listing type from the detail page). admin1, locality, room_type and property_type are enrichment-derived and stay empty until their coverage is high enough to be reliable. Each cell also carries median_price_usd, the median nightly price converted to USD via an approximate dated FX snapshot, for cross-country comparison (combine with group_by=room_type for median price by room type); guest_favorite_pct, the share of listings carrying the Guest Favorite badge (an observed lower bound, like superhost_pct); and avg_person_capacity, the average guests a listing sleeps over the detail-page-enriched sample. Sort enum: listings_desc, superhost_pct_desc, rating_desc, key_asc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, defaults to 1
sortNoSort enum: listings_desc, superhost_pct_desc, rating_desc, key_asc
marketNoExact metro-market filter, e.g. Paris, max 128 characters
countryNoExact ISO-3166-1 alpha-2 country filter, e.g. FR
group_byNoAggregate cell dimension enum: country, market, admin1, locality, room_type, property_type. Defaults to country
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
superhostNoCount only Superhost listings
min_ratingNoMinimum listing rating, from 0 through 5
active_sinceNoFreshness filter, an ISO-8601 date (YYYY-MM-DD); only listings last seen on or after it are counted
min_listingsNoMinimum listings per cell; raises the small-cell suppression floor (never lowered below the built-in minimum)
guest_favoriteNoCount only Guest Favorite listings (an observed lower bound; the badge under-counts)
min_review_countNoMinimum listing review count, 0 or greater
Behavior4/5

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

Despite no annotations, the description provides good behavioral transparency. It explains that thin cells are suppressed, enrichment-derived fields may remain empty if coverage is low, FX conversion is approximate, and guest_favorite_pct is an observed lower bound. It does not mention rate limits or authentication, but overall it is transparent about data characteristics.

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

Conciseness4/5

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

The description is long but well-structured. It front-loads the core purpose and then logically explains parameters, return fields, and behavioral notes. Every sentence adds value, though it could be slightly more concise.

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 no output schema, the description adequately explains return fields and key behaviors (aggregate-only, thin cell suppression, enrichment-derived fields). It covers sort enum values and parameter constraints implicitly. It is complete for a search tool, though it does not explicitly mention pagination constraints beyond what the schema provides.

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

Parameters4/5

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

The description adds significant meaning beyond the parameter schema. It explains the group_by enum values in detail, including when they stay empty, and clarifies the meaning of return fields like median_price_usd, guest_favorite_pct, and avg_person_capacity. With 100% schema coverage, this exceeds the baseline.

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 searches the Airbnb markets dataset and returns aggregate short-term-rental market rollups. It explicitly says 'Aggregate-only: each row is a market cell, never an individual listing,' which distinguishes it from tools like airbnb_search that may return individual listings.

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 explains what the tool does but does not explicitly state when to use it versus sibling tools like airbnb_search or datasets_airbnb_facets. It implies aggregate market analysis use case but lacks direct guidance on selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server