Skip to main content
Glama

peer_market_taker_history

Read-only

Fetch taker activity history for an address from Peerlytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoOptional raw JSON params merged beneath typed fields.
addressYesTaker address.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description's 'Fetch' is consistent with read-only behavior. It adds little behavioral context beyond the source ('Peerlytics') and the 'history' nature of the data; no pagination, time-range, or data-availability caveats are disclosed.

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?

One sentence with no filler; the verb and object are front-loaded and 'from Peerlytics' adds a useful provenance qualifier.

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?

For a simple read-only lookup with one required parameter, the description plus schema and annotations are largely sufficient. It lacks any mention of output shape or default history window, but those are less critical given the low complexity and no output schema.

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 the schema already documents 'address' as 'Taker address' and the optional raw 'params'. The description adds no additional parameter meaning beyond naming the address as the target.

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?

States a specific verb ('Fetch') and resource ('taker activity history for an address from Peerlytics'), making the operation clear. It doesn't explicitly distinguish from sibling tools like peer_market_maker_history or peer_market_activity, but the 'taker' qualifier implies the counterpart to maker history.

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 when-to-use guidance or alternative tool routing is provided. The description only defines what the tool does; an agent must infer when this is preferable to peer_market_activity, peer_market_maker_history, or peer_market_explorer_address.

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.