Skip to main content
Glama
mlemos
by mlemos

manage_person_emails

Update email addresses for a person in Attio CRM by setting, adding, removing, or clearing contacts using their record ID.

Instructions

Manage email addresses on a person. Supports four operations: "set" (replace all emails), "add" (append new emails), "remove" (delete specific emails), and "clear" (remove all emails).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
record_idYesThe unique record ID of the person (e.g., from search_people or get_person)
operationYesOperation to perform: "set" (replace all emails), "add" (append new emails), "remove" (delete specific emails), "clear" (remove all emails)
email_addressesNoArray of email addresses to set, add, or remove. Not required for "clear" operation.
Behavior2/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 explains the four operations but lacks critical details: whether changes are permanent/reversible, what permissions are required, if there are rate limits, or what happens on success/failure. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

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, efficient sentence that front-loads the core purpose and enumerates all operations without waste. Every word earns its place, making it easy for an agent to parse quickly. No extraneous information or redundancy is present.

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 this is a mutation tool with no annotations and no output schema, the description is incomplete. It doesn't explain what the tool returns (e.g., success status, updated person object), error conditions, or side effects. For a tool that modifies data, this lack of behavioral and output context is inadequate.

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 all parameters thoroughly. The description adds minimal value beyond the schema by listing the same four operations and noting that 'email_addresses' is not required for 'clear'. This meets the baseline for high schema coverage but doesn't provide additional semantic context.

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 description clearly states the tool's purpose: 'Manage email addresses on a person' with specific operations (set, add, remove, clear). It distinguishes itself from sibling tools like 'manage_person_tags' by focusing on emails rather than tags. However, it doesn't explicitly differentiate from other person-related tools like 'update_person', which might also handle email updates.

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?

The description provides no guidance on when to use this tool versus alternatives like 'update_person' or 'create_person'. It lists operations but doesn't specify prerequisites (e.g., needing a valid record_id) or contextual cues for choosing between operations. This leaves the agent without clear decision-making criteria.

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

Install Server

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/mlemos/attio-simple-mcp-server'

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