Skip to main content
Glama

resume_transport

Finalize a pending transport payment by re-submitting its signature on-chain, auto-approving $CPU. Does not create a new transport or re-escrow. Safe to retry; checks expiry and replay guard.

Instructions

Finish paying a pending paid transport (from get_pending_transports) by its jobId: it re-submits the already-issued signature on-chain (auto-approving $CPU first), without creating a new transport or re-escrowing. Safe to retry — it checks the signature deadline and the on-chain replay guard, and reports if the action is already paid or has expired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYesThe jobId of a pending paid transport (from `get_pending_transports`) to finish paying.
Behavior5/5

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

Given no annotations, the description fully discloses behavior: re-submits signature, auto-approves $CPU, does not create new transport or re-escrow, checks deadlines and replay guard, reports if already paid or expired. Provides a complete behavioral profile without contradictions.

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: first states the purpose, second adds safety and retry guidance. No filler, every sentence earns its place.

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

Completeness4/5

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

For a simple one-parameter tool with no output schema, the description covers behavior, safety, and differentiation. It hints at reporting outcomes but doesn't detail the return value. Minor gap, but adequate.

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 coverage is 100% and the schema description for jobId is identical to the description's mention. No additional meaning, formatting, constraints, or examples are provided beyond the schema. Baseline score of 3 applies.

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 uses specific verbs and clearly identifies the resource: 'Finish paying a pending paid transport... by its jobId... re-submits the already-issued signature on-chain... without creating a new transport or re-escrowing.' This distinguishes it from related tools like 'transport' and 'get_pending_transports'.

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?

Explicit guidance on when to use: only for pending paid transports from 'get_pending_transports'. States it's safe to retry due to checks on signature deadline and on-chain replay guard. Implies not to use for creating new transports.

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