cukaimax-tax-authority
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tax_authority_releasesA | Discover supported years, forms, versions, statuses, capabilities, and limitations before selecting a release. |
| get_tax_authority_releaseB | Return a supported Form BE or Form B release, its official sources, validation result, review status, and known limitations. |
| search_tax_authorityA | Search cited Form BE or Form B rules by topic, field ID, rule ID, or TaxBrain category. Returns official source records with every match. |
| prepare_be_2025_draftA | 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. |
| assess_form_b_2025_readinessA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| tax-agent-evaluation-suite-v1 | Thirty-six fictional golden scenarios and the deterministic scoring contract for comparing agent runtimes. |
| ya2025-be-release | Rules, form fields, changes, limitations, and review status. |
| ya2025-b-release | Source-linked business-income form scope, rules, fields, and review limitations. |
| ya2025-b-sources | Official HASiL Form B sources, retrieval metadata, and pinned artifact hashes. |
| ya2025-b-review-status | Machine-readable validation, CukaiMax source review, and calculation limitations. |
| ya2026-be-preview | Source-verified planning changes with filing fields explicitly blocked until official forms exist. |
| ya2025-be-sources | Pinned official HASiL sources and artifact hashes. |
| ya2025-be-review-status | Machine-readable validation, review gate, and known limitations. |
TDQS
Scored across 5 tools
Each tool targets a distinct stage of the workflow: release discovery, release retrieval, rule search, draft preparation, and readiness assessment. No two tools could be reasonably interchanged.
All tool names use a verb-first snake_case pattern, but the objects are inconsistent: 'tax_authority_releases', 'tax_authority', 'be_2025_draft', and 'form_b_2025_readiness' mix naming styles. 'search_tax_authority' is also less descriptive than the others.
Five tools is well-scoped for a tax-authority assistant, covering discovery, lookup, search, readiness, and draft preparation without unnecessary redundancy.
The set covers the main workflow end-to-end: discover releases, retrieve a release, search rules, assess readiness, and prepare a draft. Minor gaps like update, submit, or validation tools are absent, but the descriptions suggest these are intentionally out of scope.