Skip to main content
Glama

Search Roamward stops

search_stops
Read-onlyIdempotent

United States coverage across 50 published drives today; strongest in the West and Southwest, with coverage growing in waves. Uses the same exact-first, category-aware scorer as roamward.app search and returns at most 10 stops. For individual-assistant use with attribution. Bulk extraction, redistribution, or commercial dataset use requires a license — contact hello@roamward.app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
stateNoOptional USPS code or full state name.

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds valuable behavioral details: coverage patterns (strongest in West/Southwest), the scorer used, maximum return count (10), and attribution requirements. These go beyond annotations and paint a comprehensive picture of the tool's behavior.

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 a single paragraph but packs multiple relevant details (coverage, scorer, max results, usage terms). The first sentence immediately provides geographical context, which is helpful but could be more directly about the operation. Overall, it is reasonably concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, so the description should clarify return format. It only states 'returns at most 10 stops' without describing stop fields or structure. Given the tool's search nature and lack of output schema, this omission leaves the agent partially uninformed. Annotations cover safety, but completeness suffers.

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 50%: only the 'state' parameter has a description. The description does not elaborate on either parameter, missing an opportunity to explain what 'query' expects (e.g., stop name, city). With moderate coverage, the description adds no parameter-specific meaning, resulting in a baseline score.

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 verb 'search' combined with resource 'stops' clearly indicates the tool's function. The description further specifies coverage (United States) and the tool's distinctiveness from sibling tools which focus on drives. This provides a clear, specific purpose.

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 states usage is for 'individual-assistant use with attribution' and mentions licensing for bulk extraction, providing some context on appropriate use. However, it does not explicitly contrast with sibling tools like get_drive or plan_drive, leaving the agent to infer that this is for searching stops, not managing drives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a distinct purpose: retrieving a specific drive, listing drives, planning a route, and searching stops. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., get_drive, list_drives), making them predictable and easy to understand.

Tool Count4/5

With 4 tools, the server is well-scoped for a road trip planning domain. It covers core operations without being excessive, though a few more (like create_drive) could be added.

Completeness4/5

The server covers key workflows: listing, retrieving, planning, and searching stops. Missing create/update/delete for drives, but the core functionality is solid for typical use.

Resources