Skip to main content
Glama

check_data_freshness

List rules that have not been re-verified recently to warn about potentially outdated regulations. Ensures decisions rely on current information.

Instructions

List rules that have not been re-verified recently.

Planning law changes often - Victoria alone saw five amendments touching
secondary dwellings between 2023 and 2025. Call this before relying on a
rule for a decision, and warn the user about anything flagged stale.

Args:
    max_age_months: Rules older than this many months are reported as stale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_age_monthsNo
Behavior3/5

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

No annotations are present, so the description carries the disclosure burden. It implies read-only operation by listing rules and explains the purpose of staleness, but it does not describe the return format or whether any side effects exist. This is adequate but not fully 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 front-loaded with the core purpose and includes a structured Args section. The additional planning law context is useful but slightly verbose; it earns its place by explaining why freshness matters.

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?

For a simple tool with one optional parameter and no output schema, the description covers purpose, usage, and parameter semantics. It does not describe the return format, but the tool's behavior is straightforward enough that this is not a critical gap.

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

Parameters5/5

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

Despite the context signal indicating 0% schema coverage, the description's Args section explicitly defines max_age_months and its meaning ('Rules older than this many months are reported as stale'). This adds significant value beyond the bare schema.

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 states a specific action ('List rules that have not been re-verified recently') with a clear resource (rules) and condition (staleness). This clearly distinguishes it from sibling tools like get_granny_flat_rules and compare_states.

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?

Provides explicit guidance on when to call it ('Call this before relying on a rule for a decision') and what to do with results ('warn the user'). It does not name alternatives but clearly indicates the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HMEI83/Moduhaus-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server