Skip to main content
Glama
Eqvitta

Eqvitta Accounting MCP Server

by Eqvitta

search_challans

Find transport challans by GR number, date range, consignor, consignee, weight, packages, or freight. Retrieve delivery dockets for accounting and billing.

Instructions

Search transport/delivery challans (GR dockets) with consignor, consignee, weight, packages, and freight.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gr_noNoChallan / GR number
limitNoLimit results (default 15)
to_dateNoTo date (YYYY-MM-DD)
from_dateNoFrom date (YYYY-MM-DD)
company_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions search and some data fields, but it does not disclose the required company_id, default limit, date filtering semantics, or the read-only nature of the operation.

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 front-loaded sentence with no filler or repetition. It efficiently states the operation and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description is too minimal. It omits the required company_id context, default and limit behavior, date range semantics, and what the search results contain. The unsupported field list further weakens completeness.

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 coverage is 80%, so most parameters are already documented, but the description adds no parameter-level meaning. The fields it lists (consignor, consignee, weight, packages, freight) do not correspond to any input schema properties, which could mislead an agent into expecting unsupported filter parameters.

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 'Search' and identifies a distinct resource: transport/delivery challans (GR dockets), with relevant fields like consignor, consignee, weight, packages, and freight. It is clear, though it does not explicitly name sibling alternatives to differentiate itself.

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 about when to use this tool versus related siblings such as search_invoices, search_stocks, or search_ledgers. The only signal is the resource type itself, with no exclusions or alternative routing.

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