Skip to main content
Glama
alopez3006

snipara-mcp

by alopez3006

rlm_end_of_task_commit

Persists key outcomes from tasks—decisions, learnings, preferences—into memory to retain durable context. Use after finishing a task to preserve insights for future workflows.

Instructions

Persist durable outcomes from a task summary into memory. Extracts decisions, learnings, preferences, todos, and durable workflow context while filtering operational receipts; not for source documents or specs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesTask summary
outcomeNocompleted
files_touchedNo
artifactsNo
persist_typesNo
categoryNo
external_user_idNoIntegrator client keys only: stable end-user ID for user-owned memories created from task commits.
dry_runNo
Behavior3/5

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

With no annotations provided, the description explains it extracts specific content while filtering operational receipts, but lacks details on mutation behavior (e.g., idempotency, overwrite), auth requirements, or rate limits, which are crucial for an agent.

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 concise sentences, front-loaded with the primary action and purpose, with no superfluous words.

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?

Given the tool's complexity with 8 parameters, no output schema, and no annotations, the description fails to cover return values, error handling, prerequisites, or behavioral details like whether commit is idempotent, making it insufficient for complete understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is low (25%), and the description only adds context for persist_types (mapping to 'decisions, learnings, preferences, todo, context, workflow'). Other parameters like outcome, files_touched, artifacts, category, external_user_id, and dry_run are left unexplained, leaving significant gaps.

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?

Description clearly states the tool persists durable outcomes from task summaries into memory, specifying the types of information extracted (decisions, learnings, etc.) and explicitly excluding source documents and specs, thus distinguishing it from siblings like rlm_store_summary or rlm_remember.

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 task outcomes and excludes source documents/specs, but does not explicitly compare to other memory tools or state when to prefer this over alternatives, leaving the agent to infer context.

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