Skip to main content
Glama

transport

Move a resource between cells via a waypoint chain. Free over own cells; paid routes auto-approve $CPU spend and submit on-chain payment. Returns transport jobId for tracking.

Instructions

Move a resource between cells along a waypoint chain. Requires a session — call authenticate first. A route over only your own cells is free and starts immediately; a route through a foreign Hub costs $CPU — this tool then auto-approves the $CPU spend once (a one-time unbounded allowance) and submits the on-chain payment, waiting for its confirmation. Preview the cost first with quote_transport. Returns the transport jobId — track the shipment with get_transport_status <jobId>. If the on-chain payment fails, the source resource stays escrowed and the action is resumable with resume_transport <jobId>. While that paid shipment is still pending, starting another transport of the same resource from the same cell is rejected — finish it with resume_transport, or wait for a lapsed one to be refunded automatically.

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?

No annotations are provided, so the description fully shoulders the behavioral disclosure. It reveals: auto-approves CPU spend, submits and waits for on-chain payment, returns jobId, escrows resource on payment failure, and rejects duplicate transport while pending. No contradictions or omissions.

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?

A single, well-organized paragraph that front-loads the purpose. Every sentence serves a distinct function: purpose, prerequisite, cost logic, preview recommendation, return value, failure handling, and concurrency rule. No fluff.

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 3 required params and no output schema, the description thoroughly covers what a caller needs: prerequisites, cost behavior, return value, error recovery, and concurrency constraints. It references sibling tools for preview and status tracking, making the tool self-contained in context.

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%, providing a baseline of 3. The description adds value by explaining path constraints ('each hop must be within reach'), resourceId requirement ('must have a balance at the source cell'), and amount format ('positive integer string'). This supplements the schema without redundancy.

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 starts with a clear verb+resource: 'Move a resource between cells along a waypoint chain.' It distinguishes this from sibling tools by referencing related ones like quote_transport, get_transport_status, and resume_transport. The action and resource are unmistakable.

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?

Provides explicit prerequisites: 'Requires a session — call authenticate first.' Explains when to use vs. alternatives: 'Preview the cost first with quote_transport.' Covers error recovery: 'If the on-chain payment fails... resumable with resume_transport.' And states when not to use: 'While that paid shipment is still pending, starting another transport... is rejected.'

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