Skip to main content
Glama
disasm-dev

disasm.dev MCP server

Official
by disasm-dev

Get balance

get_balance

Retrieve your current subscription request balance and PAYG wallet balance, both in pence.

Instructions

Your subscription request balance and PAYG wallet balance (in pence).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It only states what is returned (balance in pence) but omits any side effects, authorization requirements, rate limits, possible errors, or data freshness guarantees. The read-only nature is implied but not explicit.

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, clear, front-loaded sentence with no redundant words. Every element ('subscription request balance', 'PAYG wallet balance', 'in pence') 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 parameterless read-only tool with no output schema, the description is minimally adequate. It specifies the two balance types and their unit, but lacks detail on the return structure (e.g., whether it returns an object with keys, a single number, or separate fields). More context would improve usability.

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 tool has zero parameters, so baseline is 4. The description adds value by explaining the output semantics (both subscription and PAYG wallet balances, denominated in pence), which goes beyond the empty schema.

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?

Description clearly identifies the tool's function: retrieving subscription request and PAYG wallet balances, specified in pence. It uses specific resource references ('subscription request balance', 'PAYG wallet balance') and distinguishes from sibling tools like 'get_account' and 'get_usage' which serve different purposes.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, contextual conditions, or situations where another tool would be more appropriate.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disasm-dev/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server