Skip to main content
Glama
ivarrian

vic-au-important-dates-mcp

by ivarrian

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BASE_URLNoBase URL for the API (subject to change)https://wovg-community.gateway.prod.api.vic.gov.au/vicgov/v2.0/
DEVELOPER_VIC_GOV_AU_KEYYesYour developer key from developer.vic.gov.au
DEVELOPER_VIC_GOV_AU_SECRETYesYour developer secret from developer.vic.gov.au

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_datesA

Get a list of important dates for the state of Victoria, Australia.

Args:
    from_date: From date in the format YYYY-MM-DD
    to_date: To date in the format YYYY-MM-DD
    type: can be one of PUBLIC_HOLIDAY,DAYLIGHT_SAVING,SCHOOL_TERM,SCHOOL_HOLIDAY,FLAG_NOTIFICATION,PARLIAMENT_SITTING,MULTI_FAITH

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The single tool's purpose is clearly defined.

Naming Consistency5/5

With a single tool, there is no pattern to assess inconsistency. The name 'get_dates' follows a clear verb_noun structure.

Tool Count3/5

The server has only one tool, which is at the low end of typical scoping. While the tool covers many date types via parameters, a slightly larger set (e.g., separate tools for each type) might be more intuitive, but it remains functional.

Completeness5/5

The tool fully covers the stated domain of important dates for Victoria, Australia, supporting all listed date types (public holidays, daylight saving, school terms, etc.) with flexible date filtering. No obvious gaps exist for a read-only query service.

Maintenance

ActivityInactive
ResponsivenessNo issues