Skip to main content
Glama

find_accommodations

Find accommodations by location, radius, features, and availability. Returns a narrative list with key details.

Instructions

Find accommodations in the current world.

Parameters:

  • near: place name (geocoded automatically for earth-313, landmark-resolved for other worlds)

  • lat/lon: alternative to near, direct coordinates

  • radius_m: search radius in meters / units (default 5000)

  • features: list of desired features. For earth-313: family, pool, sauna, parking, wifi, accessible, pets, meeting, pickup, allergy For bral: spacefarer-friendly, private-rooms, common-room, stabling, secure-storage, pets

  • category: star rating for earth-313 (1star to 5stars), ignored for bral

  • available_from/available_to: date range (yyyy-MM-dd), earth-313 only

  • max_results: maximum number of results (default 5)

Returns a formatted narrative list of accommodations with key details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
nearNo
categoryNo
featuresNo
radius_mNo
max_resultsNo
available_toNo
available_fromNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses that 'near' is geocoded differently per world, that some parameters are ignored for bral, and that results are returned as a formatted narrative list. It does not mention potential side effects, rate limits, or error handling, but for a read-only search tool this is adequate and exceeds minimal expectations.

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 organized with a clear main sentence followed by a bullet-like parameter list. It is longer than typical but each line adds value, especially the world-specific enumerations. Some redundancy exists (e.g., repeating 'earth-313 only' for multiple params) but the structure is scannable and front-loaded with the core purpose.

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?

The tool has 9 parameters, two world-specific variants, and no schema descriptions, yet the description covers parameter semantics and return format. It does not address edge cases like conflicting near vs lat/lon, but an output schema exists and the narrative return type is mentioned. This is highly complete for a search tool of this complexity.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates by explaining every parameter: near (geocoding behavior), lat/lon as alternatives, radius_m default, features with per-world option lists, category behavior, date range constraints, and max_results default. This adds substantial meaning beyond the bare schema types.

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 opens with a specific verb and resource: 'Find accommodations in the current world.' It clearly distinguishes from sibling tools like find_events and find_gastronomy by focusing on lodging and location-scoped search. The scope 'current world' ties it to the world context shared with set_world, avoiding confusion.

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

Usage Guidelines4/5

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

The description provides clear usage context by explaining world-specific parameter behavior (earth-313 vs bral), such as which features are valid and when category is ignored. It implies when to use this tool (accommodation search) but does not explicitly contrast with alternatives like find_events. Nevertheless, the parameter guidance serves as strong usage direction.

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/openfantasymap/odh-mcp-server'

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