Skip to main content
Glama
wnbhr

being-mcp-server

update_memory

Manage partner memory across categories like preferences, knowledge, and notes by getting, appending, updating, or deleting entries.

Instructions

Read/write partner memory (preferences, knowledge, relationship, diary, notes, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoKey filter for update/delete/get
actionYesOperation: get / append / update / delete
targetYesTarget: preferences / knowledge / relationship / partner_tools / partner_map / diary / notes / partner_rules / souls
contentNoContent for append/update
Behavior2/5

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

No annotations provided, so the description carries full burden. It only states 'read/write' without disclosing side effects, error behavior, idempotency, or authorization needs. The list of targets adds minimal behavioral insight.

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?

Single sentence with no wasted words. Front-loaded with the key action 'read/write', directly informative and efficient.

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 the tool's complexity (read/write to multiple memory types) and absence of output schema, the description is too sparse. It lacks information about return values, error conditions, or usage patterns.

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. The description adds a readable list of target examples but does not enhance understanding beyond the schema's property descriptions. Baseline 3 is appropriate.

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 states 'read/write partner memory' with explicit examples like preferences, knowledge, relationship, etc., making the verb and resource clear. It broadly covers the tool's capabilities but does not differentiate from sibling tools like update_relation which also deals with relationship memory.

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?

No guidance on when to use this tool vs alternatives such as recall_memory or search_memory. No exclusions or context about prerequisites or typical scenarios.

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/wnbhr/being'

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