Skip to main content
Glama

CukaiMax Malaysian Tax Authority

Prepare Form BE 2025 draft

prepare_be_2025_draft
Read-onlyIdempotent

Compile reviewed taxpayer inputs and a deterministic TaxBrain relief evaluation into source-linked Form BE fields. This tool never stores data or submits to MyTax, and output remains review-gated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auditNo
incomeYes
creditsNo
rebatesNo
taxYearNo
paymentsNo
donationsNo
inputBlockersNo
assessmentTypeYesForm BE A6 assessment-type code selected by the taxpayer
reliefEvaluationYes
assessmentIssuedInTaxpayerNameNoRequired for A6 code 1 or 2; true only when the joint assessment is issued in this taxpayer’s name

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description adds critical safety context: 'never stores data or submits to MyTax' and 'output remains review-gated'. This gives the agent concrete expectations about side effects and approval flow, which is valuable beyond the structured hints.

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 two sentences long, information-dense, and front-loaded with the main purpose. Every clause adds value, and there is no redundant restatement of the tool name or title. It earns a high score for efficiency.

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?

The description covers safety and high-level purpose but is sparse for a complex tool with 11 parameters, nested objects, and no output schema. It omits details about what the returned 'Form BE fields' look like, any prerequisites beyond 'reviewed', and how to supply the required inputs. It is adequate for understanding the tool's role but not fully complete 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?

With schema description coverage at only 18% and 11 parameters, the description was expected to compensate by explaining parameter meanings. It vaguely refers to 'reviewed taxpayer inputs' and 'reliefEvaluation', but does not clarify the required parameters (assessmentType, income, reliefEvaluation), their structure, or the nested object semantics. The schema itself has few descriptions, so the agent receives little guidance.

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 a specific verb ('Compile') and resource ('reviewed taxpayer inputs and a deterministic TaxBrain relief evaluation into source-linked Form BE fields'), clearly distinguishing it from sibling tools like assess_form_b_2025_readiness or search_tax_authority. It precisely communicates the tool's role as a draft preparer.

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

Usage Guidelines4/5

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

The description implies when to use this tool: after taxpayer inputs are reviewed and a TaxBrain relief evaluation exists, to produce a review-gated draft. It also clearly states non-uses ('never stores data or submits to MyTax'). However, it does not explicitly name alternative tools for other scenarios, so it falls short of a full 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct action: checking readiness, fetching release details, listing releases, preparing a draft, and searching rules. No two tools overlap in purpose, and the form-specific context (Form B vs Form BE) further differentiates them.

Naming Consistency5/5

All tool names follow a consistent lowercase verb_noun pattern (assess_, get_, list_, prepare_, search_). The style is uniform and predictable, making it easy to infer the action from the name.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose. It covers discovery, search, readiness assessment, and draft preparation without being bloated or too sparse.

Completeness4/5

The tool set covers the main workflows for Form BE and Form B preparation, but there is a slight asymmetry: readiness is only for Form B, and draft preparation only for Form BE. Submission and data storage are intentionally excluded, so the surface is coherent but not fully symmetric.