Compliance Registry
Server Details
First A2A registry where AI agents discover & transact with compliance firms - audits, permits.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 4 of 4 tools scored.
Each tool has a clear, distinct purpose: searching firms, retrieving profiles, fetching a specific audit offering, and requesting introductions. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern (find, get, get, request) using snake_case, making them predictable and easy to distinguish.
4 tools is well-scoped for a registry server. Each tool provides a necessary function in the workflow: search, detail, specialized query, and action.
The toolset covers the core lifecycle: search, retrieve profile, access a specific service, and take action (introduction). Minor gaps like listing all services or editing firms are acceptable for a directory/intro server.
Available Tools
4 toolsfind_compliance_firmBInspect
Search the Compliance Registry for vetted compliance and regulatory firms.
sub_vertical: 'environmental_compliance' | 'accessibility' (or free-text keyword)
region: city or state name (case-insensitive contains)
capability: keyword to match against firm descriptions and service names
(e.g., 'phase i esa', 'wcag', 'permits', 'inspections')
limit: max results
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| region | No | ||
| capability | No | ||
| sub_vertical | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavior. It only mentions that region is case-insensitive but omits details like pagination, result ordering, empty result behavior, or rate limits. The search nature is clear but behavioral specifics are lacking.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with a purpose sentence and bullet point parameter details. It is front-loaded with the main action. However, the bullet formatting is informal (using dashes and newlines) but still readable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description fails to mention what search results contain (e.g., firm IDs, names). It also doesn't clarify that all parameters are optional, so a search with no filters returns all firms. This leaves gaps for an agent to understand the full context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description provides all parameter meaning. It explains sub_vertical values, region's matching semantics, capability's field matching, and limit's purpose. This adds significant value over the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states 'Search the Compliance Registry for vetted compliance and regulatory firms' with a specific verb and resource. The sibling tools (get_firm_profile, get_wcag_audit, request_introduction) have distinct purposes, so this tool is well-differentiated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives. The description implies usage through parameter descriptions but lacks when-not-to-use or prerequisites, such as 'use when you need to find firms, use get_firm_profile when you have a firm ID'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_firm_profileBInspect
Full dossier for a single firm in the Compliance Registry: description, headquarters, founded year, employee band, services, locations, sub-vertical, taxonomy, and directory meta (publisher, claim URL, takedown URL).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description only lists return fields without disclosing behavioral traits such as idempotency, side effects, or authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with a clear list of fields, front-loading the purpose. It avoids unnecessary words but could be broken into more structured form.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, no nested objects, no output schema), the description adequately lists the returned fields. However, it omits error handling or prerequisites.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'slug' is not explained beyond its title in the schema; the description adds no additional meaning, such as how to obtain or format the slug.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Full dossier for a single firm' and lists specific data fields, making the tool's purpose unambiguous. It distinguishes from sibling tools like find_compliance_firm, which is for searching.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly suggests use when retrieving a detailed profile for a known firm, but does not explicitly state when to use this versus alternatives like find_compliance_firm or get_wcag_audit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_wcag_auditAInspect
Structured offering for TESSA's WCAG 2.2 AA Accessibility Audit: scope, deliverables, timeline, pricing bands (hourly + engagement range), paired service-type slugs, and TESSA's profile URL in the Compliance Registry. Use when a buyer agent wants accessibility audit details in structured form.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description carries burden. It implies a read operation by stating it 'provides' information, but does not explicitly declare read-only nature, permissions, or side effects. Adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with front-loaded content. No redundant words. Efficient communication of purpose and contents.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Lists key components of the offering (scope, deliverables, timeline, pricing, etc.), providing good context for what the tool returns. Lacks explicit mention of output format but is sufficient for a simple retrieval tool without output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Zero parameters with 100% schema coverage (no properties). Baseline score of 4 is appropriate as description adds no param info, which is acceptable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides a structured offering for TESSA's WCAG 2.2 AA Accessibility Audit, listing specific contents like scope, deliverables, and pricing. It is distinct from siblings which deal with finding firms or profiles.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly advises use 'when a buyer agent wants accessibility audit details in structured form.' While it does not mention when not to use or alternatives, the context of sibling tools implies differentiation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_introductionBInspect
Request a warm introduction to a Compliance Registry firm. target_firm_slug is required (this tool routes leads to listed firms, not to TESSA directly). TESSA logs the lead and forwards a warm intro email to the firm with TESSA Cc'd. No calendar booking.
| Name | Required | Description | Default |
|---|---|---|---|
| prospect_org | No | ||
| project_brief | No | ||
| prospect_name | No | ||
| prospect_email | Yes | ||
| requested_window | No | ||
| target_firm_slug | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses key side effects: TESSA logs the lead and forwards a warm intro email with TESSA Cc'd. It also notes no calendar booking. However, it doesn't mention idempotency, authentication needs, or whether the action is reversible, leaving some behavioral aspects unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, each adding distinct value: stating the purpose, clarifying routing, and noting absence of calendar booking. It is front-loaded with the action. Slightly more detail on parameters could be added without harming conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given six parameters and no output schema, the description is incomplete. It only explains the overall flow and one parameter, leaving the agent guessing about the purpose and format of the other four parameters. The lack of examples or guidance on optional fields like prospect_org or project_brief makes the tool hard to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the schema provides no parameter descriptions. The description only explains one parameter (target_firm_slug) and implies prospect_email is required but does not describe its semantics. The other four parameters (prospect_org, project_brief, prospect_name, requested_window) are not explained, leaving the agent with insufficient information to use them correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action: 'Request a warm introduction to a Compliance Registry firm.' It specifies the resource and distinguishes from siblings like find_compliance_firm or get_firm_profile by clarifying routing behavior (not to TESSA directly).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance: 'target_firm_slug is required' and states this tool routes leads to listed firms, not directly to TESSA. It also clarifies that 'No calendar booking' is included, helping agents set expectations. However, it doesn't explicitly mention when not to use this tool or compare with siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!