Skip to main content
Glama

Contact Affordance

Server Details

Check how to contact a business website, and whether that contact path actually works.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
modelcontextprotocol/registry
GitHub Stars
6,314

Available Tools

1 tool
check_contact_pathAInspect

Given a business website URL, report how a human is meant to make contact and whether that path is actually reachable. Returns a verdict of 'reachable' or 'inconclusive', the forms found with their resolved handler URLs, and any published phone or email. Never submits anything. Answers 'inconclusive' rather than guessing when a site is client-rendered, bot-protected or parked -- about 64% of real sites cannot be judged from outside, and a confident wrong answer is worse than an honest one.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe business website URL, e.g. https://example.com

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'Never submits anything,' discloses a conservative 'inconclusive' policy for client-rendered, bot-protected, or parked sites, and even quantifies uncertainty (~64% cannot be judged). This is exactly the kind of non-obvious behavioral context an agent needs.

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 front-loaded with the core purpose in the first sentence, then lists return values and behavioral policy in the following two sentences. The 64% statistic and the rationale are slightly verbose but reinforce an important safety behavior, so they earn their place.

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

Completeness5/5

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

Even without an output schema, the description names the key return elements (verdict, forms with handler URLs, phone/email) and explains edge-case behavior. For a single-parameter tool with no siblings and no annotations, this provides a complete picture for correct invocation and interpretation.

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 input schema already provides 100% coverage for the single 'url' parameter, including type, pattern, and an example. The description adds context about what the URL represents but no additional parameter-specific semantics, so the baseline score of 3 is appropriate.

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 uses a specific verb ('report') and resource ('business website URL'), and clearly states what the tool determines: how a human is meant to make contact and whether that path is reachable. It goes beyond the tool name by specifying the outcome (verdict, forms, contact info), making its purpose unmistakable.

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?

It clearly frames the input as a business website URL and explains what the tool does with it, giving an agent enough context to decide when to invoke it. There are no sibling tools or exclusions to mention, so the lack of explicit 'when not to use' guidance is not a significant gap.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • First observedcheck_contact_path

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables auditing any public website, returning a scored plain-English report that flags issues costing customers, covering speed, phone experience, search visibility, contact options, writing quality, and modernity.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Find contact/websites for any company/person
    9
    14
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Checks whether a website is readable and citable by AI search engines — llms.txt, Schema.org structured data, AI-bot access in robots.txt, content freshness, answer directness, E-E-A-T signals, plus a LocalBusiness Rich Results validator. Free, no API key, remote Streamable HTTP.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Verifies AI agent actions by exercising public web surfaces and returning evidence-based pass/fail verdicts on real outcomes, rather than trusting self-reported success messages.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of overlap or ambiguity.

Naming Consistency5/5

The tool name 'check_contact_path' is clear, descriptive, and follows a consistent verb_noun convention.

Tool Count4/5

A single tool is minimal but appropriate for the narrow, well-defined purpose of checking contact affordances.

Completeness4/5

The tool covers the core domain of detecting contact paths and returns relevant details (emails, phones, forms), though it does not handle actions like submitting forms, which aligns with its stated scope.