Skip to main content
Glama
SGPT9
by SGPT9

generate_mushak_6_3

Generate a Bangladesh NBR Mushak-6.3 VAT tax invoice challan from buyer BIN, name, item description, VAT rate, and value.

Instructions

Generate statutory Bangladesh National Board of Revenue (NBR) Mushak-6.3 VAT tax invoice challan

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyerBinNo
buyerNameNo
itemDescriptionNo
vatRatePercentageNo
itemValueExcludingVatNo
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 burden of behavioral disclosure. It names the action (generating a statutory VAT invoice) but does not reveal whether this submits anything to the NBR, what document/format is produced, whether authentication is required, or what side effects occur. For a tool handling statutory tax documents, this is a significant transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence with no filler and the core purpose front-loaded. However, the conciseness is a product of under-specification rather than deliberate economy — it is short because it omits the behavioral and parameter context a 5-parameter statutory tool needs.

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

Completeness1/5

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

Given moderate complexity (5 parameters, no output schema, no annotations, zero schema coverage), the description is far too thin. It does not explain the return value or output format, how VAT is computed, input format expectations, or any compliance/legal implications of generating a statutory document. An agent lacks the information to invoke this correctly and confidently.

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

Parameters1/5

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

Schema description coverage is 0%, and all 5 parameter descriptions are empty strings. The tool description adds no meaning for buyerBin, buyerName, itemDescription, vatRatePercentage, or itemValueExcludingVat. While parameter names are self-hinting, the description fails to clarify units (taka), rate format (e.g., '15' vs '0.15'), or required field relationships — the description must compensate for the zero-coverage schema and does not.

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 states a specific verb ('Generate') and resource ('statutory Bangladesh NBR Mushak-6.3 VAT tax invoice challan'), making the core purpose clear. No sibling tool overlaps in function (siblings cover code execution, memorization, oracles, and parcel booking), so no differentiation is needed. Minor gap: it doesn't clarify whether 'generate' produces a printable document or performs a filing.

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?

There is no statement of when to use this tool or any alternatives, prerequisites, or exclusions. The description offers no context on scenarios like 'use this when issuing a VAT-6.3 invoice to a registered buyer' or 'not for non-VAT transactions'. With no competing sibling, this omission is less critical, but guidance is still entirely absent.

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/SGPT9/shothik-mcp'

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