Skip to main content
Glama
compagnt

ProjectHub MCP Server

by compagnt

update_memory

Partially update a project memory by changing only specified fields. Provide the project UUID and memory UUID to modify title, content, tags, category, pinned status, or workspace-wide visibility.

Instructions

Update a memory. Only provided fields are changed (partial update).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoUpdated tags (replaces existing tags)
titleNoUpdated title
sourceNoUpdated source identifier
contentNoUpdated content (plain text)
categoryNoUpdated category
is_pinnedNoUpdated pinned status
memory_uuidYesUUID of the memory to update
project_uuidYesUUID of the project
is_workspace_wideNoUpdated workspace-wide visibility
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It indicates a partial update but fails to disclose side effects, error handling, or permission requirements. Important details like response behavior when the memory does not exist are missing.

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 extremely concise with two sentences, no redundancy, and key information front-loaded. Every word adds value.

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?

With 9 parameters, no output schema, and no annotations, the description is significantly incomplete. It does not mention return values, error conditions, or any confirmation of success. For a mutation tool, more context is expected.

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?

The input schema has 100% description coverage, so the schema already explains each parameter. The description adds minimal value by clarifying that it's a partial update, but this is not significantly beyond what the schema implies. Baseline 3 is appropriate.

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 'Update a memory' which is a specific verb and resource. It distinguishes this tool from its siblings like create_memory, delete_memory, get_memory, and list_memories, making the purpose unambiguous.

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 description mentions that only provided fields are changed (partial update), which is helpful but does not explicitly state when to use this tool versus alternatives (e.g., create_memory for new memories) or include prerequisites like ensuring the memory exists.

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/compagnt/projecthub-mcp'

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