Skip to main content
Glama

List law domains and corpus freshness

list_domains
Read-onlyIdempotent

Check the 15 compliance domains and their refresh timestamps to validate data freshness before relying on retrieval results.

Instructions

Enumerate the 15-domain compliance taxonomy (ADR-000 core + ADR-004 expansion) with corpus refresh timestamps, so callers can check freshness before trusting retrieval results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
statusYes
domainsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.12.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so no contradiction. The description adds value by revealing the taxonomy source (ADR-000 + ADR-004) and the corpus freshness context, which helps an agent understand what data is being returned beyond the raw schema.

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

Conciseness5/5

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

A single sentence that front-loads the primary action and resource, then immediately explains the practical purpose. No filler or redundant content; every clause earns its place.

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

Completeness5/5

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

The tool is simple with no parameters, has a rich output schema, and annotations cover safety. The description fully covers the calling intent and freshness-check use case, making it complete for an agent to invoke correctly.

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, so there is no parameter semantics to clarify. Baseline for 0 params is 4; the description correctly focuses on output behavior instead of parameter details.

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 uses a specific verb ('Enumerate') with a clear resource ('15-domain compliance taxonomy') and adds detail (ADR-000 core + ADR-004 expansion) that distinguishes it from all sibling tools, which perform searches, lookups, computations, or relationship traversal.

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?

The description provides a clear use case: check corpus refresh timestamps before trusting retrieval results. It does not explicitly name alternative tools or when not to use it, but the purpose is specific enough that an agent can infer appropriate usage.

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