Skip to main content
Glama

quote_transport

Preview a transport route: returns free/paid status, hop distance, travel time, and fees. Validates route with rejection reason before committing.

Instructions

Preview a transport route without committing: returns whether it is free or paid, the hop distance and travel time, and (for a paid route through a foreign Hub) the exact $CPU fee, burn, and per-hub payouts. It has no side effects — it does not escrow resources. It also validates the route, surfacing the rejection reason and hop index if the path is invalid. Use it before transport to decide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesWaypoint chain [source, ...intermediate, target] in axial hex coords. Each hop must be within reach, and every waypoint revealed and eligible (your own cell, or a Hub). The API validates the physics.
resourceIdYesResource type id to move (must have a balance at the source cell).
amountYesUnits to move, as a positive integer string (matches on-map resource balances).
Behavior5/5

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

Explicitly states no side effects ('does not escrow resources'), validates the route, and surfaces rejection reasons. With no annotations, the description fully covers behavioral traits.

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?

Two sentences, no wasted words, front-loaded with key purpose and outputs. Efficient and well-structured.

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

Completeness5/5

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

Despite no output schema, the description details what is returned (costs, distance, time, validation). For a preview tool, it covers essential context: no side effects, validation, and usage recommendation.

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

Parameters4/5

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

Schema coverage is 100%, so baseline 3. The description adds context by explaining path as waypoint chain and resourceId/amount in preview context, though schema already provides good 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?

Clearly states the tool previews a transport route without committing, listing specific outputs (free/paid status, distance, time, fees). Distinguishes itself from sibling 'transport' by emphasizing no side effects and use before transport.

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

Usage Guidelines5/5

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

Explicitly advises 'Use it before `transport` to decide,' providing clear when-to-use guidance and implying the alternative (transport) for committing.

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/sodiqit/cpu-game-mcp'

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