Skip to main content
Glama

memory

Manage persistent shopping memory: read or write T1D config, preferences, and notes. Use get, set, or note actions to retrieve or update saved information.

Instructions

Read or write shopping memory: T1D config, notes, preferences. Persists across sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoField name for action=set, note key for action=note
limitNoFor action=get with section=notes: max notes to return
valueNoValue for action=set or action=note
actionYes
sectionNoFor get: filter to section. For set: target section.
Behavior2/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 only discloses that memory persists across sessions, but does not explain write semantics (overwrite vs. append), return values, or side effects of actions like 'set' and 'note'. This leaves significant behavioral ambiguity.

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 two short sentences, front-loaded with the verb 'Read or write', and every phrase adds value. It is concise and free of filler.

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?

Without annotations or an output schema, the description must explain behavior sufficiently. It fails to cover the three actions, the purpose of 'limit', or what get returns. For a 5-parameter tool with nuanced actions, this is incomplete.

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 80%, so the schema already documents most parameters. The description adds context about memory content (T1D config, notes, preferences) but does not clarify the meaning of the 'action' enum or the distinction between 'set' and 'note'. 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 clearly states the tool reads or writes shopping memory, specifying the domain (T1D config, notes, preferences) and persistence across sessions. It distinguishes itself from cart/deals tools but does not explicitly differentiate from similar storage tools like 'knowledge' or 'read_saved'.

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 implies usage for persistent memory storage but gives no explicit guidance on when to use this tool versus alternatives such as 'knowledge' or 'store'. There are no exclusionary statements or alternative tool references.

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/johnzfitch/raley-bot'

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