Skip to main content
Glama

DeltaBot Utility Suite

wallet_activity_summary

Wallet activity summary from supplied public transaction records. Costs $0.15 Base USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes

TDQS

B3.1/5.0
Behavior3/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. It discloses an important cost of $0.15 Base USDC, adding useful behavioral context. It does not mention side effects, authentication, output behavior, or whether the supplied records are sent somewhere, but for a primarily analytic tool the cost disclosure partially compensates.

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 compact and front-loaded, placing the main purpose before the cost note. Every sentence adds information, and there is no filler or redundant repetition of the tool name.

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

Completeness2/5

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

Given the absence of annotations and an output schema, plus an almost fully open-ended input schema, the description is too thin for an agent to confidently invoke the tool. It lacks input format details, expected output description, and any guidance on how the supplied transaction records should be passed. The cost note is helpful but does not resolve these gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema defines a single 'input' object with no properties and additionalProperties allowed, and schema description coverage is 0%. The description says the tool works 'from supplied public transaction records,' which indicates what belongs in the input object, but it does not specify how the records should be structured, what fields are expected, or what format is required. This leaves significant ambiguity.

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 that the tool produces a wallet activity summary from supplied public transaction records, naming both the resource (wallet activity) and the data source. It goes beyond a tautology, though it does not explicitly use a verb like 'generates' and does little to differentiate from sibling summary/report tools beyond the wallet-specific topic.

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?

The phrase 'from supplied public transaction records' implies the tool should be used when such records are available and a wallet activity summary is desired. However, it gives no explicit guidance on when to use this tool versus alternatives, no exclusions, and no mention of prerequisites or input format expectations.

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.

TDQS

C2.5/5.0
Disambiguation3/5

Most tools are distinguishable by their input source (HTTPS probe, JSON snapshots, OpenAPI, ABI, CSV, etc.), but several report-style tools overlap in purpose, such as changelog_generator vs. release_dependency_risk and csv_profile vs. data_quality_profile. Descriptions help, but an agent could easily hesitate between similarly named change/health/report tools.

Naming Consistency4/5

All names are lowercase snake_case and generally follow a <domain>_<artifact> pattern, which is predictable and readable. The suffixes vary considerably -- report, summary, digest, audit, health, profile, generator, validator, risk, radar -- so it is not a strict verb_noun convention, but the style is consistent enough.

Tool Count3/5

25 tools is at the upper edge of the borderline-heavy range. The suite spans web, data, repository, security, and wallet domains, so each tool has a plausible place, but the sheer number makes navigation heavier than a typical cohesive toolset.

Completeness3/5

The suite provides broad coverage for reporting, validation, and change detection, but there are notable gaps such as generic raw data fetching, a generic diff utility, and obvious transforms beyond CSV-to-JSON. For a broadly scoped utility suite, coverage is partial but not severely incomplete.

Resources