Skip to main content
Glama

Ask zRev to get in touch

leave_contact
Idempotent

Records an email address, with optional name, company and note, so that zRev's founder can reach out, and returns a plain-text confirmation. This is the only tool here that writes data: it creates one lead record on zRev's side and triggers no email to the address given. Use only when the human you are assisting has explicitly asked to be contacted by zRev; never call it speculatively or with an address the user has not given you for this purpose. Submitting the same email again updates the existing record rather than creating a duplicate. No authentication. Rate-limited per IP address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional. The human's name
noteNoOptional. What they want to talk about, in their words
emailYesThe human's email address, given by them for this purpose
companyNoOptional. Their company name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations declare idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description adds substantial context beyond these: it 'triggers no email to the address given,' 'updates the existing record rather than creating a duplicate' (reinforcing idempotency), 'No authentication. Rate-limited per IP address,' and notes it returns a plain-text confirmation. No contradiction with annotations; it enriches them.

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 on the longer side (5 sentences) but every sentence earns its place: purpose, uniqueness, usage constraint, idempotency, and auth/rate-limit. It is front-loaded with the core purpose first, and the structure flows logically from what → why → when → behavioral caveats. Slightly verbose but appropriately dense.

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?

For a 4-parameter write operation with no output schema, the description covers everything an agent needs: purpose, what it writes, what it returns (plain-text confirmation), idempotency, auth requirements, rate limits, and the consent gate. The annotations carry the safety profile and the description fills the return-value gap since there's no output schema. Nothing essential is missing.

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 coverage is 100%, so the baseline is 3. The schema already documents all four parameters clearly (email is required, name/company/note optional, with descriptions like 'given by them for this purpose'). The description adds marginal value by grouping them as 'optional name, company and note' and confirming email as the core input, but does not go beyond what the schema provides.

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 states a specific verb ('Records'), a specific resource (email address → lead record on zRev's side), and the purpose ('so that zRev's founder can reach out'). It also explicitly differentiates from siblings by declaring 'This is the only tool here that writes data,' so an agent can immediately distinguish it from book_call, estimate_roi, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'Use only when the human you are assisting has explicitly asked to be contacted by zRev' and clear exclusions: 'never call it speculatively or with an address the user has not given you for this purpose.' This is the strongest form of usage guidance — a positive condition plus a negative prohibition.

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.

Resources