Skip to main content
Glama
8DX-io
by 8DX-io

Get 8DX Limit Orders By Maker

eightdx_get_limit_orders_by_maker

Retrieve active 8DX limit orders for any maker address on Ethereum, BSC, or Arbitrum. Input the blockchain network and maker wallet to see current open orders.

Instructions

Gets active 8DX limit orders for a maker address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makerYesMaker wallet address. Use the token identifier format accepted by the 8DX API.
blockchainYesBlockchain network with live 8DX API support.
Behavior2/5

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

With no annotations, the description carries the full burden. It discloses the 'active' scope and read-like behavior ('Gets'), but does not state authentication requirements, return format, pagination, or error behaviors. This is a significant transparency gap.

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 sentence that is direct and free of redundant wording. It earns its place with no filler.

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?

Adequate for a simple 2-parameter read tool, but it lacks usage context (e.g., when to use vs alternatives) and return value structure, especially since there is no output schema. It also does not mention authentication or side effects.

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 description coverage is 100%, so the baseline is 3. The description adds no extra parameter meaning beyond what the schema already provides; both maker and blockchain are well-described in the input schema.

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 the specific verb 'Gets' with resource 'active 8DX limit orders' and scope 'for a maker address', clearly distinguishing it from sibling tools like get_limit_order_history or get_order_status.

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

Usage Guidelines3/5

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

No explicit when-to-use or exclusions are provided. The active-orders-by-maker purpose is implied, but the description does not mention alternatives such as get_limit_order_history for historical orders, nor prerequisites like authentication.

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/8DX-io/8dx-mcp-server'

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