Skip to main content
Glama

CukaiMax Malaysian Tax Authority

Get Malaysian tax authority release

get_tax_authority_release
Read-onlyIdempotent

Return a supported Form BE or Form B release, its official sources, validation result, review status, and known limitations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auditNo
taxYearNo
formTypeNoBE

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds context about the return contents (sources, validation, review status, limitations), but does not disclose deeper behavioral traits like pagination, errors, or authentication needs. This is acceptable given the annotations, but not exceptional.

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 that efficiently states the action and key outputs. No wasted words or redundant information. It earns its place without being overly verbose.

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?

For a getter tool with annotations, the description lists the return components, which is helpful. However, it does not clarify how to specify which release (via taxYear/formType), leaves the 'audit' parameter unexplained, and with no output schema, the description could have been more explicit about the expected response structure. There is a gap in explaining the audit context.

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?

The schema has 0% description coverage, leaving the burden on the tool description to explain parameters. The description does not mention 'taxYear', 'formType', or 'audit' at all. While taxYear and formType are inferable from their enum values in the schema, the 'audit' nested object remains opaque. The description adds no value for parameter understanding.

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 ('Return') and explicitly identifies the resource ('a supported Form BE or Form B release') and what is included (official sources, validation result, review status, known limitations). This clearly distinguishes it from siblings like list_tax_authority_releases (which likely lists releases) and assess_form_b_2025_readiness (readiness check).

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 its usage: to retrieve a specific release's details. However, it provides no explicit guidance on when to use this tool versus list_tax_authority_releases or other siblings, nor any exclusion criteria. The context from sibling names suggests usage, but the description itself does not state it.

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.