Skip to main content
Glama

Store a memory

remember

Persist user preferences and project-specific facts for future sessions. Global scope personalizes all projects; project scope retains details for a single project.

Instructions

Persist a fact for future sessions. Use scope 'global' for lasting user preferences (favorite styles, fonts, stacks, deploy targets) and scope 'project' for project-specific facts. Global memories personalize every future project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesShort identifier, e.g. 'preferred-font-style'
scopeNoglobal
valueYesThe fact to remember
projectIdNoRequired when scope is 'project'
Behavior4/5

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

In the absence of annotations, the description discloses key behavioral traits: it persists data across sessions and global memories personalize future projects. It does not cover overwrite semantics or error conditions, but for a simple memory store the provided context is adequate and goes beyond a minimal 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?

The description is concise with exactly three sentences: the primary action, scope guidance, and a note on global effects. Every sentence earns its place, and there is no redundant content or filler.

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?

For a simple tool with no output schema and no annotations, the description covers the essential aspects: persistence, scope selection, and global personalization. It does not explicitly mention the conditional 'projectId' requirement, but that is already defined in the schema, so the description is sufficiently complete for the tool's complexity.

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 75%, so the description is not required to fully compensate, but it adds semantic value to the 'scope' parameter by giving real-world examples and clarifying the global vs. project distinction. The 'key' and 'value' parameters are already clear from the schema, and the description does not add further detail, which is acceptable given the coverage.

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 clearly states the tool's action with 'Persist a fact for future sessions,' specifying the resource as a memory. It does not explicitly differentiate from sibling tools like 'recall', but the verb 'persist' and title 'Store a memory' make the purpose unambiguous. Therefore, it is clear but lacks explicit sibling differentiation.

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 gives strong usage guidance by explaining when to use 'global' versus 'project' scope with concrete examples such as 'favorite styles, fonts, stacks, deploy targets.' It does not, however, mention alternatives like 'recall' or state when not to use this tool, which would fully elevate it to a 5.

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/DPGS-oss/app-factory-mcp'

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