Skip to main content
Glama

Suggest meeting point

suggest_meeting_point

Find the central meeting point for multiple participants by calculating the midpoint and recommending nearby venues of the requested type.

Instructions

Find the optimal meeting place for multiple people coming from different locations: computes the central point and recommends nearby venues of the requested type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationsYesLocations of all participants
venue_typeNoType of venue to suggest ("cafe", "restaurant", "bar", "library", ...)cafe
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It reveals that the tool 'computes the central point' and 'recommends nearby venues', which are read-only behaviors. However, it doesn't disclose edge cases like no venues found or how 'optimal' is determined, leaving some ambiguity.

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

Conciseness5/5

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

The description is a single, well-structured sentence with a colon separating the primary action from the supporting detail. Every word earns its place; no waste.

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 there is no output schema, the description reasonably explains what the tool returns ('recommends nearby venues') and the core algorithm. It lacks details on return format or failure handling, but for its simplicity and clear schema coverage, it is largely complete.

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

Parameters3/5

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

Schema description coverage is 100% for both parameters, including descriptions for locations and venue_type with examples. The description adds no additional parameter-level semantics, so the baseline of 3 is appropriate.

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's purpose: 'Find the optimal meeting place for multiple people coming from different locations' and distinguishes it from siblings like find_nearby_places by emphasizing the central point computation for multiple locations.

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 context: use this when multiple people come from different locations and you need a meeting point with a venue type. It does not explicitly name alternative tools or exclusion criteria, but the scenario is well-defined.

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/visuelconcept/myosm-mcp-server'

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