Skip to main content
Glama

FlexYield — blockchain RPC gateway

get_history

Recent asset transfers (sent + received, newest first) for an address on chains with a data-capable upstream. EVM chains only in v1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain slug, e.g. 'eth_mainnet'
addressYesAccount address (0x… for EVM)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
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 of behavioral disclosure. It reveals that results include both sent and received transfers, are sorted newest-first, and are restricted to EVM chains with a data-capable upstream. It does not mention pagination or result limits, but the disclosed behaviors are meaningful and accurate.

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 concise and front-loaded: it states the core function and sorting order in the first sentence, then adds the EVM restriction in the second. Every word earns its place, with no filler or repetition.

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 tool with only two well-documented parameters and no output schema, the description covers the essential invocation details: what is returned, for whom, and on which chains. The term 'data-capable upstream' is slightly vague, and result pagination or recency bounds are unspecified, but an agent can confidently call the tool with the given inputs.

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 description coverage is 100%, and both parameters (chain and address) already have clear descriptions with examples. The tool description adds little beyond restating that this is for an address on certain chains, so it does not need to compensate for missing schema documentation.

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 clearly identifies the tool's purpose: retrieving recent asset transfers (sent and received) for an address, with explicit ordering (newest first) and chain scope (EVM only). It is distinctly different from sibling tools like get_balances or get_tx_status, so an agent can tell them apart.

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 gives clear context: use this for transfer history on EVM chains, and it notes the limitation to data-capable upstreams. It does not explicitly name alternative tools or provide when-not-to-use guidance, but the constraints are enough to route the agent correctly in most cases.

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