Skip to main content
Glama

booboo_remember

Persist one atomic fact or decision to a durable memory journal; it remains immediately queryable and survives every rebuild.

Instructions

Persist a memory to the brain — one durable, atomic fact/decision worth recalling later. Written to the append-only journal beside the snapshot; immediately queryable and survives every rebuild. Author [[node-id]] links inside the text where you know a connection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNodecision|bugfix|pattern|config|discovery|context… (free text)
textYesthe fact to remember — one atomic note, written for the next reader
agentNothe agent id this memory belongs to (roots it under that agent)
titleNoshort label; derived from the text if omitted
bucketNomemory bucket — groups the note under an agent/topic (the node's cluster)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: writes to an append-only journal, is immediately queryable, and survives rebuilds. It also gives style guidance for embedding node links. These go beyond a simple 'persist' and provide meaningful behavioral context, though it does not cover potential duplicates or error conditions.

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 three sentences, all of which earn their place: the first states the core purpose, the second explains the storage and durability model, and the third gives a content style tip. It is front-loaded with the primary objective and contains no redundancy or fluff.

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 that this is a write tool with 5 parameters and no output schema or annotations, the description covers the essential aspects: purpose, durability, queryability, and one content guideline. It does not detail relationships between bucket/agent/kind, but those are described in the schema. Overall, it is complete enough for an agent to use the tool correctly.

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 the baseline is 3. The description adds minor value by suggesting `[[node-id]]` link formatting within the text, but the schema already provides clear descriptions for all parameters (kind, text, agent, title, bucket). The description does not substantially enhance parameter understanding 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 opens with a specific verb and resource: 'Persist a memory to the brain' and elaborates with 'durable, atomic fact/decision worth recalling later.' It clearly distinguishes this write tool from the sibling read/query tools by emphasizing storage and persistence rather than retrieval or analysis.

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?

Clear context is provided: this tool is for storing a single, durable fact that should be queryable later. The mention of 'append-only journal' and 'survives every rebuild' implies long-term persistence. However, it does not explicitly state alternatives or when-not-to-use, though the sibling tool names make the contrast obvious.

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/jessymariau/booboo'

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