Skip to main content
Glama

Get cash + ITC balance

get_ledger_balance

Retrieve cash and ITC ledger balances for a specified return period (year/month) with an active taxpayer session.

Instructions

Fetch the taxpayer's Cash and ITC ledger balances as on a return period (year/month). Requires an active taxpayer session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes4-digit year, e.g. 2026
monthYes2-digit month, e.g. 09

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses one meaningful behavioral prerequisite ('Requires an active taxpayer session') and the verb 'Fetch' implies a read operation, but it does not describe the return format, failure modes, or consequences of an expired session.

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 short sentences front-load the core operation and follow with the session prerequisite. There is no filler or redundant repetition of the title.

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?

For a low-complexity two-parameter lookup, the description covers the purpose, the required period, and the key precondition. It leaves the sibling distinction and exact return shape implicit, but nothing essential to attempting the call is missing.

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

Parameters3/5

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

The input schema already provides 100% coverage with format rules and examples for both year and month. The description only echoes 'return period (year/month)' and adds no meaningful semantic value beyond the schema.

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 uses a specific verb ('Fetch') and identifies a clear resource ('Cash and ITC ledger balances') with a temporal scope ('as on a return period'). It does not explicitly contrast with sibling tools like get_cash_ledger or get_itc_ledger, but the combined balance view is reasonably distinguishable.

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 for when to use this tool versus alternatives such as get_cash_ledger or get_itc_ledger. The active-session note addresses a prerequisite but does not help an agent choose between this and sibling tools.

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

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/bhavykhatri/gst-india-mcp'

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