Skip to main content
Glama

Stratalize Governance

get_us_state_ai_legislation

Read-only

Use when mapping AI regulatory compliance obligations across multiple states, advising on jurisdiction-specific AI deployment requirements, or briefing legal and compliance teams on the US state AI legislation landscape. As of May 2026, Colorado (June 30), Illinois, Texas, California, Virginia, and 9 additional states have enacted or advanced material AI legislation — creating a patchwork of obligations for multi-state AI deployments without a federal standard. Example: Financial institution deploying AI in 12 states faces 4 distinct compliance regimes with conflicting definitions of high-risk AI — multi-state compliance cost estimated $800K-$2M annually for mid-size institutions. Source: NCSL + Stratalize Regulatory Intelligence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoState name or 2-letter abbreviation. Omit for national summary of all states.

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark this as a safe read, and the description adds valuable context: an 'as of May 2026' date, a list of key states, and a data source. It does not describe the return format or edge cases, but the added context goes beyond the annotation baseline.

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

Conciseness3/5

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

The description is three sentences with a detailed example and cost estimate, making it informative but somewhat verbose. It front-loads usage scenarios rather than a direct purpose statement, which reduces conciseness.

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

Completeness3/5

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

The tool is simple (one optional parameter, no output schema), and the description provides rich domain context about the regulatory patchwork. However, it does not specify what the response contains (e.g., a list of laws, summaries), which is a gap given the absence of an output schema.

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 fully documents the optional 'state' parameter with 100% coverage, so the description does not need to add parameter details. The description adds no parameter-specific meaning, but the schema is sufficient, earning a baseline 3.

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 clearly positions the tool as covering US state AI legislation, with specific use cases like mapping compliance obligations and briefing teams. It distinguishes from siblings like get_colorado_ai_act_requirements by emphasizing the multi-state patchwork, though it never directly states what the tool returns.

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 explicitly says 'Use when' and lists three concrete scenarios, giving strong context for when to invoke this tool. It does not mention alternative tools or exclusions, so it stops short of full when-not 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.

TDQS

A4.1/5.0
Disambiguation5/5

Every tool targets a distinct regulatory domain or data source—from OFAC sanctions to CRA ratings to NIST AI RMF—with clear boundaries. Even the three screening tools (OFAC, OIG, SAM) differ by governing agency and list, and their descriptions explicitly disambiguate them.

Naming Consistency5/5

All tools follow the consistent lower_snake_case pattern 'get_<domain>_<focus>', such as get_ofac_sanctions_screening and get_us_state_ai_legislation. There are no mixed conventions, vague verbs, or unexpected abbreviations.

Tool Count4/5

18 tools is slightly above the ideal 3-15 range but appropriate for a broad governance data server covering federal, state, and international regulatory sources. Each tool corresponds to a meaningful dataset, so the count feels justified rather than padded.

Completeness4/5

The surface covers a wide array of governance and compliance domains, including AI regulation, financial enforcement, sanctions, and legal screening, with no critical dead ends for typical lookups. However, it lacks some common regulatory areas (e.g., SEC, HIPAA, GDPR) and offers only read-only access, which is acceptable but not exhaustive.

Resources