Skip to main content
Glama

contact

Sends a support message. Agent: no captcha → 402 ($0.10 x402). Human: Turnstile. After the 1st agent message there is backoff: 429 + Retry-After (60s → 2×, 1h cap; resets in 24h).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWhat to call the person writing.
emailYesWhere to reply.
form_tsYesDate.now() of when the form opened (≥2s ago)
messageYesWhat you want to say.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changed
    • addedInput schema / properties / email / description
      Added value: +"Where to reply."
    • addedInput schema / properties / message / description
      Added value: +"What you want to say."
    • addedInput schema / properties / name / description
      Added value: +"What to call the person writing."
  2. First observed

TDQS

A3.8/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it discloses several important behaviors: 402 errors with a cost, captcha handling for agents vs. humans, 429 responses, Retry-After, exponential backoff (60s doubling, 1h cap), and a 24h reset. This goes well beyond a typical tool description, even though the '$0.10 x402' phrasing is slightly cryptic.

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 appropriately short and front-loads the purpose in the first sentence. The remaining sentences are dense but compact; the only structural weakness is the cryptic shorthand such as '$0.10 x402' and '60s → 2×, 1h cap.'

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 failure modes are well covered, but there is no output schema and the description never states what a successful send returns or whether any confirmation is produced. It also leaves the agent-vs-human success path implicit, so an agent is not fully told how to achieve a successful call.

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 documents all four parameters with 100% coverage, so the baseline is 3. The description adds no parameter-level detail beyond the schema's simple descriptions.

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 first sentence, 'Sends a support message,' is a specific verb+resource statement that clearly identifies the tool's function. It does not explicitly distinguish itself from sibling tools, but none of the listed siblings appear to be support-message tools, so no differentiation is required.

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 gives operational context ('Agent: no captcha → 402', 'Human: Turnstile') that implies an agent will be blocked and a human may need to solve a captcha, but it never states when to choose this tool over alternatives or when not to use it. The usage rule is left to inference.

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

B3/5.0
Disambiguation3/5

Several tools relate to auditing (audit_url, get_audit, run_tab) which might cause confusion, but descriptions clarify the differences. Overall, there is some overlap but each has a distinct role.

Naming Consistency3/5

Most tools follow verb_noun pattern, but a few (billing, contact, health, api_index) are plain nouns, making the naming inconsistent.

Tool Count5/5

With 14 tools, the server covers core audit functionality plus auxiliary features like billing and health, which is appropriate for its scope.

Completeness4/5

The server provides tools for auditing URLs, managing tabs, retrieving results, patches, badges, and listing tools. Missing delete/update operations for tabs or audits, but these are not critical for a page audit service.

Resources