Skip to main content
Glama

remember

Persist a fact or note into shared memory so future agent sessions can access it. Optionally mark it as claimed to temporarily withhold work from other agents, preventing duplicate changes.

Instructions

Write something back, so the next session in any agent knows it too.

Set `claiming` when you are about to start work on this, rather than
just noting something. Other agents are then told you have it and knos
withholds it from them until you finish or half an hour passes. Writing
a plain fact claims nothing: a note everybody can read is the point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factYes
aboutYes
claimingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.8/5.0
Behavior5/5

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

There are no annotations, so the description carries the full burden. It goes beyond the schema by disclosing that claimed facts are withheld from other agents, that the claim releases when work finishes or after half an hour, and that plain facts are readable by everyone. This is meaningful, non-obvious behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded: purpose first, then only the claiming nuance that materially affects how the tool behaves. It is not bloated, though the typo 'knos' is a minor polish issue.

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?

The essential write-and-claim semantics are well covered, and because an output schema exists, return values need not be described. However, given the locking/timeout complexity and no annotations, a complete definition should also explain the required 'about' parameter and perhaps give an example of a fact/about pair.

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 0%, so the description must explain parameters. It thoroughly explains 'claiming' and clarifies that a 'plain fact' is a shared note, but it never defines the required 'about' parameter or the expected shape/scope of 'fact'. This partial compensation leaves one required parameter ambiguous.

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 first sentence identifies a concrete action — 'Write something back' so future sessions know it — and the rest clarifies that this is a shared note versus a claimed work item, which separates storing from searching. The resource is a bit vague ('something'), but the required fact/about parameters and the write-vs-claim distinction make the core purpose clear.

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 overall use case is implied: persist information so a future session can read it. It gives clear advice on setting 'claiming' when starting work instead of merely recording a fact, but it never explicitly contrasts this tool with the sibling tools 'search' or 'about' or states when not to use remember.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/drexthealpha/Knos'

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