Skip to main content
Glama
jan3dev

Agentic AQUA

by jan3dev

sideswap_swap_status

Retrieve the persisted status of an atomic asset swap using the order ID from sideswap_execute_swap.

Instructions

Get persisted status of a SideSwap atomic asset swap. Once the swap is broadcast, pass the txid to lw_tx_status to track on-chain confirmations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID returned from sideswap_execute_swap
Behavior3/5

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

No annotations are provided, so the description must convey all behavioral traits. It indicates the status is 'persisted' and hints at a lifecycle step (broadcast), but does not describe what the returned status contains, error conditions (e.g., swap not found), or any side effects. This is adequate for a simple status check but lacks depth.

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 two sentences: the first states the core purpose, the second provides follow-up guidance. It is front-loaded with the main action and contains no redundant information.

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?

The tool has no output schema and only one parameter. The description explains the tool's role in the swap lifecycle but does not describe the structure of the returned status or how to interpret it. For a status-check tool, this is minimally complete but leaves gaps for the agent.

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 single parameter 'order_id' has 100% schema description coverage (described as 'Order ID returned from sideswap_execute_swap'). The description adds no additional semantics beyond the schema. With high coverage, a score of 3 is appropriate.

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 retrieves the persisted status of a SideSwap atomic asset swap, and it distinguishes itself from the sibling tool lw_tx_status by specifying that after broadcast, the txid should be passed to that tool for on-chain confirmation tracking.

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?

The description provides explicit when-to-use guidance (get status of a swap) and when-to-use-alternative guidance (after broadcast, use lw_tx_status for on-chain confirmations). This helps the agent select the correct tool in the workflow.

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/jan3dev/agentic-aqua'

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