Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.6/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: searching firms, retrieving profiles, fetching a specific audit offering, and requesting introductions. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (find, get, get, request) using snake_case, making them predictable and easy to distinguish.

Tool Count5/5

4 tools is well-scoped for a registry server. Each tool provides a necessary function in the workflow: search, detail, specialized query, and action.

Completeness4/5

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

6 tools
claim_listingAInspect

Record a firm's intent to claim its directory listing.

Pre-OAuth, TESSA logs the claim and a representative reaches out via email within one business day to verify the claimant and switch the listing's verification status to 'claimed'. Full self-service OAuth-2.1 claim flow lands in a follow-up plan.

ParametersJSON Schema
NameRequiredDescriptionDefault
firm_slugYes
claim_emailYes
claimant_nameNo
claimant_roleNo
Behavior4/5

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

Despite no annotations, the description reveals the non-destructive nature (logging intent) and details the follow-up actions (email verification within one business day). It also discloses that full self-service OAuth is a future plan, managing expectations about the current manual process.

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

Conciseness4/5

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

The description is relatively concise at two paragraphs, with the core purpose front-loaded. The second paragraph provides useful context without excessive verbosity, though it could be slightly more streamlined.

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?

For a simple recording tool with no output schema, the description adequately covers the purpose, process, and limitations. However, it lacks information about return values or error conditions, which is acceptable for this level of complexity.

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

Parameters2/5

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

With 0% schema coverage, the description fails to explain parameters like firm_slug, claim_email, claimant_name, and claimant_role. The schema only provides titles, and the description adds no additional meaning, leaving the agent without guidance on what values to provide.

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 explicitly states 'Record a firm's intent to claim its directory listing', clearly indicating the action and object. The tool is well-differentiated from siblings like find_compliance_firm or get_firm_profile, which serve different purposes.

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 explains when to use the tool (to record claim intent) and provides context about the manual verification process and future OAuth flow. While it doesn't explicitly list exclusions, the context is sufficient for an agent to decide when to invoke this tool.

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

find_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
    
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
regionNo
capabilityNo
sub_verticalNo
Behavior2/5

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.

Conciseness4/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
Behavior2/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters2/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
prospect_orgNo
project_briefNo
prospect_nameNo
prospect_emailYes
requested_windowNo
target_firm_slugYes
Behavior3/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters1/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

request_quoteBInspect

Request a quote from a Compliance Registry firm.

    firm_slug:       directory slug for the target firm
    prospect_email:  caller's email for the firm's reply
    scope_summary:   one-paragraph description of the work
    budget_band:     'under_5k' | '5k_25k' | '25k_100k' | '100k_plus' |
                     'open' — or any free-text dollar figure
    
ParametersJSON Schema
NameRequiredDescriptionDefault
firm_slugYes
budget_bandNo
prospect_orgNo
prospect_nameNo
scope_summaryYes
prospect_emailYes
requested_windowNo
Behavior2/5

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

No annotations provided, and description lacks disclosure of side effects (e.g., does it send an email? create a record?). Only states the action without behavioral details.

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

Conciseness4/5

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

Description is compact with a bullet list of parameters and clear first sentence. No redundancy, but could be more structured with usage context.

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

Completeness2/5

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

Given 7 parameters and no output schema, description lacks information on what happens after the request (e.g., email sent?), prerequisites, and return behavior. Incomplete for practical use.

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 has 0% description coverage; description adds meaning for 4 of 7 parameters (firm_slug, prospect_email, scope_summary, budget_band) but omits prospect_org, prospect_name, requested_window. Partial compensation.

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?

Description clearly states the tool is for requesting a quote from a Compliance Registry firm, with a specific verb and resource. It distinguishes from sibling tools like find_compliance_firm and request_introduction.

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?

No guidance on when to use this tool versus alternatives, no prerequisites or conditions mentioned. The description only lists parameters without contextual usage advice.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources