Skip to main content
Glama

compare_token_distributions

Compare holder distributions across multiple Chiliz tokens to spot ownership concentration and differences between fan token communities.

Instructions

Compare holder distributions across multiple tokens

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYesArray of token symbols to compare

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states what the tool does but omits whether the operation is read-only, what permissions are required, whether there are rate limits, and what the output looks like.

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 a single front-loaded sentence with no wasted words. It is appropriately sized for a simple one-parameter tool.

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

Completeness3/5

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

For a low-complexity tool with full schema coverage, the description provides enough information to invoke the tool correctly with an array of token symbols. However, without annotations or an output schema, it leaves behavioral and return-format expectations underspecified.

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 the single parameter is fully documented in the schema. The description adds no additional semantics beyond restating the multi-token scope, so the baseline of 3 is appropriate.

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 states a specific verb ('Compare') and resource ('holder distributions') with a clear scope ('across multiple tokens'). It distinguishes the tool from single-token siblings like analyze_holder_distribution, though it does not explicitly name an alternative.

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 is implied by the comparison framing and multi-token scope, but there is no explicit when-to-use guidance, no conditions, and no named alternatives to help an agent choose between this and tools like analyze_holder_distribution or get_token_holders.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.