Skip to main content
Glama
jakzaizzat

cukaimax-tax-authority

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
tax-agent-evaluation-suite-v1Thirty-six fictional golden scenarios and the deterministic scoring contract for comparing agent runtimes.
ya2025-be-releaseRules, form fields, changes, limitations, and review status.
ya2025-b-releaseSource-linked business-income form scope, rules, fields, and review limitations.
ya2025-b-sourcesOfficial HASiL Form B sources, retrieval metadata, and pinned artifact hashes.
ya2025-b-review-statusMachine-readable validation, CukaiMax source review, and calculation limitations.
ya2026-be-previewSource-verified planning changes with filing fields explicitly blocked until official forms exist.
ya2025-be-sourcesPinned official HASiL sources and artifact hashes.
ya2025-be-review-statusMachine-readable validation, review gate, and known limitations.

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

Five tools is well-scoped for a tax-authority assistant, covering discovery, lookup, search, readiness, and draft preparation without unnecessary redundancy.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues