Skip to main content
Glama

arbitrumoracle

arb_liquidity_scan

DEX liquidity and volume analysis across Arbitrum exchanges

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description must convey behavioral traits itself. It only states a high-level analysis function without detailing what the output contains, whether it is read-only, or any limitations or side effects. This is a thin disclosure for a tool with no other behavioral context.

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, well-structured sentence that front-loads the core purpose (DEX liquidity and volume analysis) and the scope (Arbitrum exchanges). It contains no filler words or redundant details.

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 simplicity of the tool (zero params, no output schema, no annotations), the description is minimally viable but leaves gaps. It does not specify what the analysis produces (e.g., a list of exchanges with metrics, aggregated volumes) or how it differs from sibling tools like arb_defi_yields in terms of output. This makes it somewhat incomplete for an agent needing to predict the tool's returns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool accepts zero parameters, matching the schema with 100% coverage. Since there is no input for the description to augment, the baseline of 4 applies—there is no additional parameter information required.

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 identifies the tool's domain—DEX liquidity and volume analysis on Arbitrum—using a specific resource and scope. It distinguishes itself from siblings like arb_defi_yields or arb_gas_tracker, though the verb 'analysis' is somewhat vague compared to actions like 'list' or 'get'.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of use cases, exclusions, or prerequisite conditions, leaving the agent to infer usage solely from the tool name and high-level description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.