Skip to main content
Glama

get_commute_difficulty

Calculate commute difficulty by entering start and end coordinates. Combines transit routes, weather, and holiday data to score the burden of your trip based on time, transfers, walking, and discomfort.

Instructions

출발지와 도착지 좌표로 퇴근 난이도를 계산합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_latYes
end_lonYes
start_latYes
start_lonYes
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden. It states '계산합니다' (calculates), implying a read-only computation, but does not disclose any side effects, error behavior, data source, or performance characteristics. The description adds minimal behavioral context beyond the basic action.

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 sentence, front-loaded with the context (coordinates) and action (calculate difficulty), with no redundant or filler content. It is appropriately concise and structured.

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?

Given the tool has 4 required parameters, no output schema, and no annotations, the description should explain what the result looks like, any constraints, or potential errors. It only states the calculation without clarifying the output format (e.g., a score, label, or range), leaving significant gaps for the agent.

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 description coverage is 0%, and the description only vaguely refers to '출발지와 도착지 좌표' (departure and arrival coordinates). It does not explicitly map to start_lat/start_lon and end_lat/end_lon, nor explain units, ranges, or formats. This provides a high-level semantic but fails to compensate for the lack of schema descriptions.

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 function: it calculates commute difficulty based on departure and arrival coordinates. The verb '계산합니다' (calculates) and resource '퇴근 난이도' (commute difficulty) are specific, and since there are no sibling tools, differentiation is not required.

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 when one needs commute difficulty from coordinates, but it provides no explicit context on when to use it, exclusions, or alternatives. It merely states the action without guidance on scenarios or prerequisites.

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

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/soyunRyu/commuteHell'

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