Skip to main content
Glama

search_corpus

Search Anteroom's tracked corpus of AI-relevant regulatory provisions across jurisdictions (EU AI Act, US state laws, sectoral rules, international frameworks) and legal lenses. Returns matching provisions with primary-source URLs and confidence tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lensNoOptional legal-lens filter. One of: ai-specific, privacy, sectoral, employment, accessibility, consumer-protection, ip, security, export-control, liability.
limitNoMax number of provisions to return. Default 15, max 50.
queryYesFree-text search query. Matched against provision label, plain-language summary, and primary-source excerpt.
jurisdictionNoOptional jurisdiction filter. Examples: eu-ai-act, colorado-sb26-189, illinois-hb-3773, china-generative-ai-measures, uk-ai-safety-institute, singapore-model-ai-framework.

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It adds useful context about return values (primary-source URLs and confidence tags), but lacks details on ordering, potential side effects (though unlikely for a search), or any access requirements, leaving some gaps.

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?

The description is two sentences with the first leading with the action and scope and the second stating the output. It is front-loaded, concise, and contains no unnecessary details.

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?

The description covers the tool's purpose and output, while the schema covers parameters, resulting in a fairly complete picture. However, without annotations or explicit usage guidance, a note about it being a read-only search or result ordering would make it fully complete.

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

Parameters3/5

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

The schema already provides 100% coverage, including descriptions for all parameters, examples for jurisdiction and lens, and a default for limit. The description adds context about the corpus and legal lenses but does not significantly enrich parameter understanding beyond the 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 clearly states the tool searches 'Anteroom's tracked corpus of AI-relevant regulatory provisions' with a specific verb and resource. It also distinguishes from sibling tools (which handle framework history, partnerships, and vendor commitments) by emphasizing its search and corpus nature.

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 clear context about what the tool does and its scope across jurisdictions and lenses, but does not explicitly mention when to use it over alternatives or when not to use it. The context is enough to infer its intended use, but no exclusions or alternative suggestions are given.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct entity: framework versions, partnership patterns, partnerships by pattern, vendor commitments, and regulatory provisions. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (get_*, search_*). Predictable and uniform.

Tool Count5/5

5 tools is well-scoped for the domain of AI governance tracking. Each tool covers a distinct aspect without bloat.

Completeness4/5

The set covers frameworks, partnerships, vendor commitments, and regulatory search. A minor gap is the absence of a tool to retrieve details of a single partnership by name, but core workflows are supported.

Resources