Skip to main content
Glama

orbs_swap_status

Read-only

Check the real-time status of a pending Orbs Liquidity Hub swap using session ID and user wallet address to confirm completion or failure.

Instructions

Check the status of a pending Orbs Liquidity Hub swap

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesUser wallet address
chainIdNoChain ID (defaults to runtime config)
sessionIdYesSession ID from swap submission
maxAttemptsNoMax polling attempts (default 20)
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, which cover the safety profile. The description adds minimal context by specifying 'pending' but does not disclose behaviors like polling limits or return formats, which are not covered by annotations.

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, clear sentence that efficiently conveys the purpose without redundancy or unnecessary detail.

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

Completeness3/5

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

Given the tool's simplicity and the presence of annotations, the description is adequate but lacks mention of the return value format or the polling behavior implied by maxAttempts. Since there is no output schema, this missing information could leave the agent uncertain about the response.

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?

The input schema provides descriptions for all four parameters (100% coverage), so the tool description does not need to add parameter details. It also doesn't add any extra meaning beyond what the schema already explains.

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 purpose with a specific verb ('Check') and resource ('the status of a pending Orbs Liquidity Hub swap'). It effectively distinguishes this from sibling tools like orbs_swap and orbs_submit_signed_swap by focusing on status verification.

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

Usage Guidelines2/5

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

No explicit guidance is provided on when to use this tool vs alternatives. It does not mention prerequisites (e.g., having submitted a swap first) or contrast with related tools like orbs_query_orders, leaving the agent to infer the proper usage context.

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/Apegurus/web3agent'

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