Skip to main content
Glama

joules_balance

Your own wallet balance — a FREE read either way (checking costs nothing). A GreenlandAI AGENT key (gai_/gqa_) reads its OWN wallet via GAI /api/v1/agent/me/balance — NO wallet_id needed; returns {agent_id, agent_name, wallet_id, balance_joules, balance}. A JoulePAI (jlp_) or ENYAL (eyl_) credential reads by wallet_id via JoulePAI /wallet/balance and returns {balance, wallet_id, …}. (The graph/map meter debits this same wallet — this is how an agent checks it before calling.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wallet_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / wallet_id / default
      Added value: +null
    • removedInput schema / required
      Removed value: -[
      -  "wallet_id"
      -]
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The description discloses key behavioral traits: it's a free read (checking costs nothing), it returns different response shapes depending on credential type, and it explicitly notes that the graph/map meter debits this same wallet. Since no annotations are provided, the description carries the full burden, and it does well by explaining the read-only nature and the wallet relationship. It doesn't mention rate limits or error cases, but the core behavioral context is strong.

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 dense but well-structured, front-loading the key fact that it's a free read. It packs a lot of information into a few sentences, including credential types, endpoints, and return shapes. It's slightly long but every sentence earns its place. The parenthetical about the graph/map meter is useful context, though it could be trimmed.

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?

Given the tool has one optional parameter, no output schema, and no annotations, the description is quite complete. It explains the two credential paths, the return shapes, and the relationship to the graph/map meter. It doesn't describe error cases or what happens with invalid credentials, but for a simple balance check, the description covers what an agent needs to call it correctly.

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?

Schema description coverage is 0%, so the description must compensate. It does: it explains that wallet_id is not needed for GreenlandAI agent keys (reads own wallet) but is used for JoulePAI/ENYAL credentials. This adds meaning beyond the bare schema, which only shows wallet_id as an optional string with a default of null. The description could be more explicit about what happens if wallet_id is omitted for a JoulePAI credential, but it's largely sufficient.

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

Purpose5/5

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

The description clearly states the tool's purpose: checking a wallet balance. It specifies the verb ('reads', 'checks'), the resource (wallet balance), and distinguishes between two credential types (GreenlandAI agent key vs JoulePAI/ENYAL credential) with different behaviors. It also differentiates from siblings by noting this is the wallet check before calling the graph/map meter.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly explains when to use this tool: to check your own wallet balance before calling the graph/map meter. It also explains the alternative paths based on credential type: a GreenlandAI agent key reads its own wallet with no wallet_id needed, while a JoulePAI/ENYAL credential reads by wallet_id. This is clear usage guidance with no ambiguity.

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