Skip to main content
Glama

spraay_defi_positions

Read-only

Retrieve DeFi positions for any wallet address on a specified chain. Access on-chain data with pay-per-request using USDC.

Instructions

DeFi positions. Costs $0.008 USDC per call. Read-only. Pass the listed fields directly as typed arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNochain parameter
addressYesaddress parameter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the gateway call succeeded; false when it returned an error.
dataNoThe gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block).
errorNoHuman-readable error message, present only when ok is false.
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds the cost per call ($0.008 USDC) and a note to pass fields as typed arguments, which is marginally helpful but does not significantly expand on behavioral traits beyond annotations.

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 very concise with three sentences covering purpose, cost, and usage instruction. It is front-loaded with the key phrase 'DeFi positions'. Every sentence adds value, though it could be slightly more detailed without becoming verbose.

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?

Given the presence of an output schema and high schema coverage, the description covers essential aspects (purpose, cost, read-only, argument passing). It does not mention that address is required, but the schema already specifies that. Reasonably complete for this complexity.

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 coverage is 100%, so parameters are already documented. The description only says 'Pass the listed fields directly as typed arguments', adding no new meaning beyond the schema. Baseline 3 is appropriate.

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

Purpose3/5

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

The description states 'DeFi positions', which indicates the resource but lacks specificity about what type of positions (e.g., liquidity, staked). It does not differentiate clearly from sibling tools like spraay_portfolio_tokens or spraay_balances. The verb is implied but not explicit.

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 on when to use this tool versus alternatives such as portfolio tokens or balances. The description mentions cost and read-only nature but provides no context about ideal use cases or exclusions.

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/plagtech/spraay-x402-mcp'

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