Skip to main content
Glama

kopern_manage_memory

Manage an agent's persistent memory by saving key-value pairs, searching by query, deleting by key, or listing all records. No LLM cost.

Instructions

Manage an agent's persistent memory. Actions: remember (save key-value), recall (search by query), forget (delete by key), list (all memories). No LLM cost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoMemory key (for remember/forget)
queryNoSearch query (for recall)
valueNoMemory value (for remember)
actionYesMemory action
agent_idYesThe agent ID or name
categoryNoMemory category (for remember). Default: custom
Behavior4/5

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

Annotations only provide readOnlyHint=false, indicating write capability. The description goes beyond by detailing the actions (including destructive 'forget') and explicitly stating 'No LLM cost,' which is a valuable behavioral trait. It does not mention rate limits, authentication, or persistence details, but the core behavioral information is well communicated. No contradiction with annotations.

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 with a clear, front-loaded purpose. The actions are listed compactly with parenthetical explanations. No unnecessary words or redundancy. Every sentence contributes meaningful information.

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

Completeness3/5

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

Given the parameter count (6) and the fact that no output schema exists, the description should ideally mention what each action returns (e.g., recall returns matching memories, list returns all keys). It currently lacks this information. However, for a CRUD-like tool with common semantics, the omissions are moderate.

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 coverage is 100%, so each parameter is described. The tool description adds an overview of actions but does not add new semantic meaning beyond the schema (e.g., key uniqueness, value size limits). Baseline for high coverage is 3, and the description does not compensate further.

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 the tool's purpose: managing an agent's persistent memory. It enumerates four specific actions (remember, recall, forget, list) with brief explanations. The tool is distinct from all sibling tools, which focus on external integrations or agent creation/deletion.

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 provides a clear context for use (agent memory management) and highlights 'No LLM cost' as a benefit. While it does not explicitly mention when not to use or alternatives, the sibling tools are sufficiently different that no further guidance is necessary. A higher score would require explicit exclusions or comparative advice.

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/berch-t/kopern'

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