Skip to main content
Glama
alopez3006

snipara-mcp

by alopez3006

rlm_memory_review_queue

Review candidate, stale, or rejected memories requiring human inspection before acceptance as agent memory. Filter by status, type, scope, or search content.

Instructions

Private review surface for candidate, stale, or rejected memories that need human inspection before they become agent memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoQueue lifecycle status to inspect.candidate
typeNoOptional memory type filter.
scopeNoOptional owner scope filter.
categoryNoOptional category filter.
searchNoOptional content search filter.
limitNoMaximum queue items to return.
offsetNoPagination offset.
include_evidenceNoInclude Memory V2 evidence links and legacy document refs.
agent_idNoRequired when scope=agent; limits queue reads to one agent namespace.
external_user_idNoIntegrator client keys only: stable end-user ID for scope=user queue reads.
Behavior3/5

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

With no annotations, the description should disclose behavioral traits. It mentions 'private' and 'inspection', suggesting read-only access, but does not clarify permissions, side effects, or whether it modifiesthe queue. The description is adequate but lacks explicit safety or mutation info.

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 a single sentence that efficiently conveys the tool's purpose without unnecessary words. It is well-structured and front-loaded with key information.

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?

Despite having 10 parameters and no output schema, the description is minimal. It does not explain the output format, pagination behavior, or how filters combine. More detail is needed for an agent to effectively use the tool.

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 100%, so the baseline is 3. The description adds no additional parameter-level detail beyond what the schema already provides for each parameter (status, type, scope, etc.).

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 clearly identifies the tool as a review surface for candidate, stale, or rejected memories, specifying the exact statuses and purpose (human inspection before becoming agent memory). This distinguishes it from sibling tools like rlm_memories or rlm_memory_resolve_queue_item.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives. While the queue concept is implied, there is no mention of prerequisites, when not to use it, or relationships with other memory tools.

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/alopez3006/snipara-mcp'

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