Skip to main content
Glama

list_transit_options

Find transit stops near a location and identify the lines that serve them. Provide latitude and longitude, then adjust radius and limit to refine results.

Instructions

List nearby transit stops and the lines that serve them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
limitNo
radius_mNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden. The verb 'List' implies read-only, but it doesn't explicitly state safety, limitations, or required inputs. It only adds the minor behavioral detail that lines are included in the output.

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

Conciseness3/5

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

The description is extremely concise and front-loaded, but it is under-sized for a tool with four parameters and no schema descriptions. It leaves out essential usage context, making it not appropriately sized for the tool's complexity.

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

Completeness2/5

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

Although an output schema exists, the description is incomplete for a tool with four unannotated parameters and no schema descriptions. It fails to explain how to set location, adjust radius/limit, or handle edge cases, hindering correct invocation.

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

Parameters2/5

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

Schema coverage is 0% and descriptions are absent from parameters. The description only hints at location via 'nearby', but fails to explain lat/lon, limit, or radius_m semantics, defaults, or relationships.

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 a specific action ('List') and resource ('nearby transit stops and the lines that serve them'). It effectively distinguishes from sibling tools like plan_route and find_nearby by specifying the transit context.

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 implies usage for transit queries via 'nearby', but it does not provide explicit when-to-use guidance, exclusions, or mention of alternative tools. It lacks clear context differentiation from related siblings.

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/FaresKi/geo-mcp'

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