Skip to main content
Glama

FormsByState

Get state rules

get_state_rules
Read-only

State-law facts for a document (deadlines, caps, required disclosures) with statute citations and links, plus FAQ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoUI language for labels/facts (documents themselves are English)
stateYesUS state: 2-letter code (TX), slug (texas) or name
doc_idYesDocument id from list_documents, e.g. lease, eviction_notice, bill_of_sale, nda, lien_waiver

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered, and the description is consistent with them (no write claims). It adds real behavioral value beyond the annotations by disclosing the return content — statute citations, links, and an FAQ — which matters because no output schema exists. It omits operational traits such as caching, rate limits, or citation freshness.

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 compact sentence with the resource front-loaded and the most decision-relevant content (what facts are returned) leading. Every clause earns its place; no filler.

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?

With no output schema, the description carries the burden of describing returns, and it does so adequately (facts, citations, links, FAQ). Parameters are fully covered by the schema and the tool is read-only per annotations. It could have noted data scope or limitations, which is the only reason it is not a 5.

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?

Schema description coverage is 100%, with enum values and example doc ids fully documented in the schema, so the baseline is 3. The description adds no parameter-level detail (e.g. how 'state' formats are handled or what 'lang' affects) beyond what the schema already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific resource and scope: state-law facts for a given document, enumerating the payload (deadlines, caps, required disclosures, statute citations, links, FAQ). That is far more concrete than a tautology, and it is clearly distinct from siblings like render_document or validate_document. It stops short of a 5 because it never explicitly contrasts itself with any sibling by name.

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

Usage Guidelines2/5

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

There is no statement of when to call this versus get_document_fields or validate_document, and no exclusions or prerequisites. Usage can only be inferred from the phrase 'for a document'. This matches the calibration case for a tool with no when-to-use guidance.

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.

Resources