Skip to main content
Glama

Set Contact Email

set_contact_email

Save a user-confirmed email address to a contact record, ensuring outreach reaches the correct inbox.

Instructions

Save a confirmed email address on a contact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe address, once the user has confirmed it is right.
contact_idYesContact id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. 'Save' communicates that this is a persistent write, and 'confirmed' adds an important precondition. However, it does not disclose whether an existing contact email is overwritten, what permissions are needed, or whether any side effects occur.

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?

The description is a single, front-loaded sentence with no filler. Every word contributes meaning: the action, the confirmation precondition, and the target resource.

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?

For a simple two-parameter tool with a fully documented schema and an output schema, the core invocation details are covered. Completeness is reduced by the lack of explicit side-effect disclosure and alternative tool routing, though these are not critical for basic 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 description coverage is 100%, so the schema already documents both parameters. The description adds minimal semantic value beyond the schema, mainly reinforcing the 'confirmed' constraint already present in the email parameter description.

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 ('Save') with a precise object ('confirmed email address') and target ('on a contact'). This clearly distinguishes it from sibling tools like suggest_email and send_email, which suggest or send rather than persist an address.

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 word 'confirmed' implies the tool should be used only after the user has verified the email address, and 'on a contact' implies an existing contact. However, no alternatives are named and no explicit when-not-to-use guidance is provided, so usage context is only implicit.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhemrajani/mba-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server