anz-schedule-brain
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 | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| is_public_holidayA | Check whether a given date is a public holiday in a specified ANZ region (NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT). Returns a summary string and a structured data object with the holiday name, type (national/regional), and a full chronological list of 2026–2027 holidays for that region. |
| get_school_termA | Determine whether a given date falls within a school term in a specified ANZ region (NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT). Returns a summary string and a structured data object with term details, week number, school days elapsed/remaining, and the full 2026–2027 term schedule for that region. |
| get_next_business_dayA | Given a date and ANZ region (NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT), return the next business day (Monday–Friday, excluding public holidays). Returns a summary string and a structured data object that reports the input date's status and lists any holidays skipped during the search. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct aspect of ANZ scheduling: public holidays, school terms, and business days. There is no overlap between checking a date's holiday status, determining term information, or calculating the next business day.
All tool names use lowercase snake_case with a verb prefix ('is_' for a boolean check, 'get_' for retrieval). The pattern is consistent and predictable, though the mix of 'is_' and 'get_' is a minor deviation from a uniform 'get_' style.
Three tools form a well-scoped set for a niche ANZ schedule domain. Each tool provides essential functionality without unnecessary bloat, fitting comfortably in the ideal 3-15 range.
The tool set covers the core scheduling needs: public holiday lookup (including full region lists), school term status and schedules, and business day calculation. No obvious gaps exist for the stated purpose, as all responses include relevant structured data and summaries.