Skip to main content
Glama
visheshStallion

tally-mcp-server

list_vouchers

Retrieve transaction vouchers (Sales, Purchase, Payment, Receipt, Journal) in the active company by date range. Filter by voucher type to find specific entries.

Instructions

List transaction vouchers (Sales, Purchase, Payment, Receipt, Journal, etc.) in the active company within a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toDateYesEnd date, inclusive, as YYYY-MM-DD or YYYYMMDD.
fromDateYesStart date, inclusive, as YYYY-MM-DD or YYYYMMDD.
voucherTypeNoRestrict to a single voucher type, e.g. "Sales" or "Payment".

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It discloses scoping ('active company', 'date range') but not return content, ordering, pagination, whether voided vouchers are included, or the complete set of valid voucherType values.

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?

A single front-loaded sentence presents the verb and object first, followed by voucher-type examples and scoping. Nothing is wasted; the trailing 'etc.' is slightly vague but acceptable.

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 3-parameter tool with no output schema and no annotations, the description captures the intent but not the return structure or full voucherType value set. It also references the 'active company' without explaining how the agent determines or selects it, though that may be a broader tool-context concept.

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?

Schema description coverage is 100%, so the baseline is 3; each parameter already has a description in the schema, including date formats and a voucherType example. The description adds little beyond pointing to a date range and five example voucher types, which is consistent with the schema but not additive.

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 ('List') with a concrete resource ('transaction vouchers') and enumerates common voucher types (Sales, Purchase, Payment, Receipt, Journal), making the purpose immediately clear. It does not explicitly name a differentiating sibling such as get_day_book or get_ledger, though the voucher-type scope largely separates it from list_companies, list_ledgers, and create_voucher.

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

Usage Guidelines3/5

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

The usage context is implied: use this when vouchers in the active company within a date range are needed. No explicit when-not-to-use guidance or alternatives (e.g., get_day_book, get_ledger, create_voucher) are given, so the agent must infer the right choice.

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/visheshStallion/tally-mcp-server'

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