Skip to main content
Glama

thruact_wallet

Prepaid balance and recent charges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. 'Prepaid balance and recent charges' hints at a read-only info operation, but it does not explicitly state that calling it has no side effects, nor does it describe return format, freshness, or any other behavioral details.

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 extremely brief and contains no filler or redundant detail. It is slightly under-specified as a sentence fragment, but for a simple zero-parameter tool it is compact and reasonably front-loaded.

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?

The tool is simple (zero parameters, no output schema, no annotations), and the description names the two relevant data concepts: prepaid balance and recent charges. However, it does not explicitly state that these are returned values, and it provides no detail about the charges or how the data is presented, leaving the agent partially in the dark.

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

Parameters4/5

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

The input schema has zero parameters and the description needs to compensate for nothing. The phrase 'prepaid balance and recent charges' gives the agent a general sense of what the no-argument call will return, which is appropriate for a parameterless wallet query.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (wallet) and the data it exposes (prepaid balance and recent charges), but it lacks an explicit verb such as 'get', 'list', or 'retrieve'. It is more of a label than a statement of what the tool does, and it does not actively distinguish itself from the sibling tools.

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?

The description implies the tool is for viewing wallet balance and charges but provides no explicit guidance on when to use it versus alternatives like thruact_act, thruact_call, or thruact_compare. There are no exclusions, prerequisites, or context for choosing this tool over its siblings.

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