Skip to main content
Glama
AiDimag

AI Dimag

Official

memory_propose

Propose a memory for human review before it becomes active. Use for uncertain or inferred learnings at session end.

Instructions

Propose a memory for the human review queue. Use at SESSION END for learnings that should persist but warrant review before becoming active memory. Prefer this over memory_write for inferred/uncertain knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
claimYesFalsifiable statement about the codebase
pathsNo
symbolsNo
agent_idNoYour agent identifier, e.g. 'claude-code'
evidenceNo
rationaleNoWhy this is worth remembering (helps the reviewer)
ticket_refNoTicket id this work belongs to (e.g. XXX-2100). Omit to auto-detect from the current branch.
guardrail_levelNoFor kind=GUARDRAIL: never | always | ask-first
Behavior3/5

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

With no annotations, the description must carry the full burden. It discloses the key behavioral trait that proposals go to a human review queue and are not active memory, but it does not explain the aftermath (e.g., whether confirmation is returned, if duplicates are allowed, or how review proceeds).

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 concise sentences: first defines the purpose, second provides usage guidance and an alternative. No filler words, proper front-loading.

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 9-parameter tool with no output schema and no annotations, the description gives the essential purpose, timing, and relation to alternative. It does not explain the proposal structure or what happens after submission, but the schema covers the parameters, and the operation appears simple enough.

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 56%, so the description could add meaning, but it does not discuss any parameters. The schema itself describes five parameters and enums for kind and guardrail_level, which is adequate, yet the description offers no additional semantic help.

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?

States a specific verb 'Propose' and resource 'memory for the human review queue', clearly indicating the action and destination. It distinguishes this tool from siblings by mentioning 'review' and 'becoming active memory', which differentiates it from memory_write.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly gives a usage context ('Use at SESSION END') and names an alternative: 'Prefer this over memory_write for inferred/uncertain knowledge.' This provides clear guidance on when and when not to use the tool.

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/AiDimag/aidimag'

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