Skip to main content
Glama
parseen254

daraja-mcp

by parseen254

tax_remittance

Remit tax to the Kenya Revenue Authority using a Payment Registration Number and specify the amount in KES.

Instructions

Remit tax to the Kenya Revenue Authority using a Payment Registration Number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in KES, whole numbers only.
remarksNoTax payment
resultUrlNo
shortCodeNo
paymentRegistrationNumberYesKRA Payment Registration Number (PRN) for the tax being paid.
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. 'Remit tax' implies a financial mutation with side effects, but the description does not disclose whether the operation is asynchronous (despite a resultUrl parameter), what callbacks are expected, how funds are deducted, or any reversal/cancellation behavior. For a money-movement tool, this is a significant gap.

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?

The single sentence is concise, front-loaded, and contains no fluff. However, it is extremely terse for a five-parameter financial tool, and could include additional needed context without sacrificing conciseness.

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 the tool's financial nature, five parameters, no annotations, and no output schema, the description is severely under-developed. It lacks behavioral details, error semantics, callback information, and parameter explanations, making it insufficient for confident invocation.

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 only 40%, with descriptions for amount and paymentRegistrationNumber only. The tool description merely mentions the PRN, duplicating the schema without adding meaning for parameters like resultUrl, shortCode, or remarks. The agent is left without guidance for three of five parameters.

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?

The description uses the specific verb 'Remit' and names the resource 'tax to the Kenya Revenue Authority', with the mechanism 'using a Payment Registration Number' clearly distinguishing it from generic payment tools like b2c_payment or stk_push. This is a specific verb+resource+scope formulation.

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 description implies the tool is for KRA tax remittance, but it does not explicitly state when to use it versus siblings (e.g., b2c_payment, b2b_payment) or provide exclusions or prerequisites. The context is clear but alternative guidance is 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/parseen254/daraja-mcp'

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