Skip to main content
Glama

CukaiMax Malaysian Tax Authority

Assess Form B 2025 preparation readiness

assess_form_b_2025_readiness
Read-onlyIdempotent

Check whether the source records, finalised accounts, official worksheets, and conditional schedules needed for manual Form B preparation are ready. This does not calculate or submit Form B.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auditNo
taxYearNo
recordsKeptYes
assessmentTypeYes
incentiveClaimNo
carriesOnBusinessYes
partnershipIncomeNo
residentIndividualYes
businessLossClaimedNo
businessAccountsReadyYes
incentiveApprovalReadyNo
taxPaymentRecordsReadyYes
capitalAllowanceClaimedNo
businessComputationReadyYes
businessLossScheduleReadyNo
partnershipStatementReadyNo
foreignIncomeScheduleReadyNo
personalReliefEvidenceReadyYes
capitalAllowanceScheduleReadyNo
assessmentIssuedInTaxpayerNameNo
foreignIncomeReceivedInMalaysiaNo

TDQS

A3.9/5.0
Behavior4/5

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

With annotations already declaring readOnlyHint=true, idempotentHint=true, and destructiveHint=false, the description adds value by detailing the scope of the check (source records, finalised accounts, official worksheets, conditional schedules) and clarifying that it does not calculate or submit. This goes beyond the annotation-level safety information and provides useful behavioral context.

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, front-loaded with the primary purpose, and uses the second sentence to clarify a key limitation. Every word earns its place, with no redundancy or filler.

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?

Despite having 21 parameters and no output schema, the description does not explain what the tool returns (e.g., a boolean, a report, a list of missing items) or any prerequisites/error conditions. It leaves the agent without critical context on how to interpret the tool's response, making it incomplete for such a complex tool.

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 description coverage is 0%, so the description must compensate for the 21 parameters. It only provides high-level categories (source records, finalised accounts, official worksheets, conditional schedules) without mapping them to specific parameters like recordsKept, businessAccountsReady, or schedule readiness flags. While parameter names are somewhat self-explanatory, the description does not clarify the varying conditional logic or the meaning of specific booleans, leaving significant ambiguity.

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 clearly states the tool's function: 'Check whether the source records, finalised accounts, official worksheets, and conditional schedules needed for manual Form B preparation are ready.' It uses a specific verb (check) and resource (readiness for Form B), and explicitly distinguishes from related actions by stating 'This does not calculate or submit Form B.' This distinguishes it from sibling tools like prepare_be_2025_draft.

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 provides clear context for usage: it is a pre-check for manual Form B preparation. The statement 'This does not calculate or submit Form B' clarifies what it is not for, but it does not explicitly name alternative tools or specify when not to use it. Thus it has clear context but lacks explicit exclusions or alternative references.

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.