Skip to main content
Glama

australian-ai-governance-framework

Start Australian AI governance framework

start_australian_ai_governance_framework

Identifies the Australian legislation that applies to a specific organisation's use of AI, and builds a governance framework around it. Covers the Privacy Act 1988 including the automated decision-making disclosure required in privacy policies from 10 December 2026, plus the sector-specific Commonwealth and state instruments triggered by that organisation's industry, size, turnover, AI use cases and data types. Use this when an Australian business asks what AI governance it needs, what rules apply to its use of AI, or asks for an AI governance framework or policy structure. Returns a session ID and the profiling questionnaire. Informational only — presents a framework, not advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

With no meaningful annotation coverage, the description carries the burden and does so well: it notes the tool returns a session ID and profiling questionnaire, positions itself as a discovery/start operation, and includes the cautions 'Informational only' and 'presents a framework, not advice'. It could still be clearer about whether any organisation data is persisted beyond the session, but it is largely transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but not bloated. Every sentence contributes: what it does, what legislation it covers, when to use it, what it returns, and the advisory disclaimer. It is a little long, but the length is justified by the legal scope and use-case guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description correctly explains the return value (session ID and profiling questionnaire) and the factors that affect the framework. It does not explicitly mention the likely follow-up steps or sibling tools, but the return value makes the 'start' nature clear enough for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and 100% schema coverage, so there is nothing for the description to add about parameters. It instead explains how the no-input operation is shaped by the organisation's context once the questionnaire begins, which is appropriate.

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 names a specific action ('identifies' and 'builds'), a precise resource ('Australian AI governance framework'), and a clear subject ('a specific organisation's use of AI'). It also differentiates itself from siblings by framing this as the starting step that returns a session ID and profiling questionnaire, unlike get/submit tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool: when an Australian business asks what AI governance it needs, what rules apply, or for a governance framework/policy structure. It does not provide explicit when-not-to-use guidance, nor does it name sibling alternatives, so it misses the top tier.

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.3/5.0
Disambiguation4/5

The tools map to distinct workflow stages: start returns a session and questionnaire, submit saves the profile, and get retrieves the framework document. However, the phrase in start that it 'builds a governance framework' could make it seem to overlap with get, so it is not a perfect 5.

Naming Consistency5/5

All three tools use snake_case verb_noun naming: get_ai_governance_framework, start_australian...framework, and submit_ai_governance_profile. The naming pattern is predictable and clearly conveys each stage of the workflow.

Tool Count5/5

Three tools is a tight, well-scopt set for the stated purpose: begin a governance assessment, submit an organisation profile, and retrieve the resulting framework. Each tool has a distinct responsibility in the process.

Completeness4/5

The core lifecycle is covered: start, submit, and get, with re-submission overwitting a profile instead of creating duplicates. The main limitation is that the full framework is delivered externally via a paywall, so the agent cannot fully complete the purchase path without leaving the MCP workflow.