Skip to main content
Glama
nicolascroce

keepsake-mcp

by nicolascroce

update_contact

Idempotent

Update a contact's details by providing the UUID and only the fields you want to change. Allows modification of name, email, phone, company, notes, or birthday.

Instructions

Update an existing contact. Only send the fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesContact UUID
emailNoEmail address
notesNoNotes about the contact
phoneNoPhone number
companyNoCompany name
birthdayNoBirthday as ISO date string (YYYY-MM-DD), e.g. '1980-02-14'. Set to null to clear.
last_nameNoLast name
first_nameNoFirst name
Behavior3/5

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

Annotations already declare idempotentHint=true and destructiveHint=false. The description adds 'update' but does not provide new behavioral details beyond the annotations. No contradiction.

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?

Extremely concise: two sentences with no wasted words. The first sentence states the action, the second adds crucial partial update guidance.

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

Completeness4/5

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

Given 8 parameters, the description efficiently covers the key usage pattern. No output schema exists, but for a simple update with idempotent hint, the description is adequate. Could optionally mention return value, but not necessary.

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 parameters are well-documented in the schema. The description adds a high-level usage note ('Only send the fields you want to change') but no parameter-specific meaning beyond the schema.

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 clearly states it updates an existing contact, distinguishing it from create_contact and delete_contact. The verb 'update' and resource 'contact' are specific.

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?

The description gives explicit usage guidance: 'Only send the fields you want to change', indicating partial updates. However, it does not explicitly state when not to use (e.g., for new contacts use create_contact), but the context is clear enough.

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/nicolascroce/keepsake-mcp'

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