Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

pulse_exchange_oi

Fetches current open interest for a decentralized exchange, with long/short notional split. Use to check market size and long-short balance on platforms like Hyperliquid.

Instructions

Current open interest for the whole exchange by dex, with long/short notional split. Gross both-sides convention (matches HyperTracker/hl.eco headlines; halve for one-sided OI). Use for 'what's the OI on Hyperliquid / on xyz?', market-size questions, and long-vs-short balance checks. Cached up to 120s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
useToonFormatNoReturn data in compact toon format (default: true). Set to false for standard JSON.
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well. It discloses the gross both-sides convention ('Gross both-sides convention (matches HyperTracker/hl.eco headlines; halve for one-sided OI)') and a caching behavior ('Cached up to 120s'). These are critical for interpreting the data correctly. No 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?

The description is three sentences, each serving a distinct purpose: stating the data returned, explaining a key behavioral detail, and offering usage guidance. It is front-loaded with the primary purpose and contains no filler or redundant information.

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?

The tool has one optional parameter and no output schema. The description covers the data scope (exchange-wide OI by DEX, long/short split), the reporting convention (gross both-sides), and caching behavior. It does not describe the output structure, but the agent can infer it from the context. It is nearly complete for a simple data retrieval tool.

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 schema already covers the single parameter 'useToonFormat' with 100% description coverage, so the baseline is 3. The description does not add any additional meaning or context about the parameter beyond what the schema provides. It could have explained what 'toon format' entails, but it did not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns current open interest for the whole exchange with long/short split by DEX. It uses specific terms ('current open interest', 'by dex', 'long/short notional split') and addresses the resource exactly. However, it does not explicitly differentiate from siblings like 'market_historical_oi' or 'live_official_oi', which could cause confusion for an agent.

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

Usage Guidelines4/5

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

The description provides explicit use cases: 'Use for 'what's the OI on Hyperliquid / on xyz?', market-size questions, and long-vs-short balance checks.' This gives clear context for when to invoke the tool. It does not mention when not to use it or list alternatives, but the provided guidance is actionable.

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/Coinversaa/mcp-server'

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