Skip to main content
Glama
erdos2n

Meticulous Espresso MCP Server

by erdos2n

update_profile

Partially update an existing espresso profile by ID, merging your changes with the current data while preserving the profile image and avoiding duplicates.

Instructions

Update an existing profile in place by ID. Fetches the current profile, merges your changes on top, and saves back — preserving the profile image and avoiding duplicates. Pass only the fields you want to change in updates; everything else is kept from the existing profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
updatesYesPartial profile object with only the fields you want to change. E.g. { "temperature": 91 } or { "display": { "description": "..." } }. The profile id and display.image are always preserved from the existing profile.
profile_idYesUUID of the profile to update
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the fetch-merge-save flow, preservation of profile image, and duplicate avoidance, providing valuable behavioral context beyond a simple 'update' statement.

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?

Two sentences, front-loaded with the core purpose, and no redundant content. The second sentence adds crucial usage guidance without bloat.

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?

The description covers the essential update workflow and preservation behaviors, making it suitable for an update tool. It lacks explicit return value details or error handling, but those are not critical given the tool's simplicity and the existing schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 description adds value by explaining the merge behavior and confirming that only updated fields are needed, reinforcing and extending the schema's parameter descriptions.

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 profile in place by ID, with a specific verb and resource. It distinguishes itself from sibling tools like save_profile or delete_profile by describing the merge-on-top behavior.

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 implies usage for partial updates and explains that passing only changed fields preserves the rest. It does not explicitly list when not to use it or contrast with save_profile, 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/erdos2n/meticulous-mcp-server'

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