Skip to main content
Glama

brick.blue

credit_account

Ask this hub to credit an account without a chain transaction. Only on deployments run with FAUCET_ENABLED; capped; never for system accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
ownerYes
amountYes
idempotencyKeyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that the operation is off-chain, deployment-gated, capped, and forbidden for system accounts — useful behavioral context. However, it does not disclose idempotency semantics (despite the required idempotencyKey), what happens when the cap is hit, reversibility, failure behavior, or permission requirements.

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?

Two sentences with no wasted words. The core action is front-loaded first, and the constraints follow in a compact semicolon-delimited list. Every clause earns its place.

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 simple flat-parameter tool the description covers purpose and key constraints well, and there is no output schema whose behavior needs explaining. But with no annotations and 0% schema coverage, the required idempotencyKey's role and the mechanics of the cap are meaningful omissions that an agent would need to call this correctly.

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?

Schema description coverage is 0%, so the description must compensate for all four parameters. It only indirectly implies meaning for owner (the account) and amount (the credit sum) via the phrase 'credit an account'. The required idempotencyKey parameter is completely unexplained — a significant gap for a tool where retry/dedup semantics are clearly central — and note is likewise unaddressed.

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 action — 'credit an account without a chain transaction' — with a clear verb, resource, and a meaningful scoping qualifier that distinguishes it from chain-based credit tools. However, it does not explicitly name any sibling (e.g., advance_credit) to make the differentiation explicit, so it stops short of a 5.

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 explicit usage constraints: only on deployments with FAUCET_ENABLED, subject to a cap, and never for system accounts. These are clear when/when-not conditions, but no alternatives are named, so the agent must infer when a sibling like advance_credit or withdraw should be chosen instead.

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