Skip to main content
Glama

Wanchain address token and native flows

get_address_flows
Read-only

Per-token in/out sums and native WAN flows for a Wanchain address over a window of 1 to 90 days. All amounts are base-unit integer strings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/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 adds useful behavioral context by stating that all amounts are base-unit integer strings and that the window is 1 to 90 days. This helps an agent parse results correctly without contradicting the annotations.

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 two short sentences with no filler. The core result is stated first, followed by the window constraint and amount format, making it efficient and easy to scan.

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 endpoint with two parameters and no output schema, the description conveys the result granularity, the address scope, the allowable window, and the amount representation. It is sufficient for correct invocation, though return-structure details are not elaborated.

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 0%, so the description must compensate. It gives meaning for both parameters indirectly: address is a Wanchain address and days corresponds to a window of 1 to 90 days. However, it does not explicitly mention the default of 30 days or parameter names, leaving some inference 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 states what the tool returns: per-token in/out sums and native WAN flows for a Wanchain address over a time window. It is specific about the resource and scope, though it does not explicitly contrast itself with sibling tools like get_address_activity or get_address_summary.

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 given about when to choose this tool over alternatives. It states the supported window length but does not describe use cases, exclusions, or how it differs from related address tools.

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