Skip to main content
Glama
This connector has been deprecated

I used the same url for two different postings.

aerodrome_clamm

Allows agents to open, adjust, and rebalance concentrated liquidity ranges on Aerodrome Slipstream ($0.01 USDC)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
token0No
token1No
tokenIdNo
tickLowerNo
tickUpperNo
amount0DesiredNo
amount1DesiredNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of disclosing behavior. It mentions opening, adjusting, and rebalancing ranges but does not disclose that this likely executes on-chain mutations, potentially requires authentication or wallet signing, may incur gas/fees, or has side effects on existing positions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that front-loads the core purpose. It is slightly padded by 'Allows agents to', but remains efficient and easy to parse.

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

Completeness2/5

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

For a complex DeFi management tool with 8 parameters and no output schema or annotations, the description is too sparse. It omits action-specific prerequisites (e.g., needing an existing tokenId for adjust/collect), return behavior, and on-chain execution implications.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the parameters. It vaguely hints at ranges and actions, but does not clarify token0, token1, tickLower, tickUpper, amount0Desired, amount1Desired, or tokenId. The action enum is in the schema but not semantically elaborated in the description.

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 names specific actions ('open, adjust, and rebalance') and a specific resource ('concentrated liquidity ranges on Aerodrome Slipstream'). It clearly distinguishes this tool from siblings like aerodrome_swap and get_aerodrome_yields by focusing on liquidity range management rather than swapping or yield lookup.

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?

Usage context is implied: an agent would call this when managing concentrated liquidity positions on Aerodrome. However, there is no explicit guidance on when to use this tool versus alternatives such as aerodrome_swap or get_aerodrome_yields, and no exclusion criteria.

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.

Resources