Skip to main content
Glama
alopez3006

snipara-mcp

by alopez3006

rlm_session_memories

Retrieve tiered durable and daily memories to restore agent context at session start. Use token budgets to control critical and daily memory inclusion, with optional carryover from yesterday.

Instructions

Get tiered durable memories for session bootstrap, with optional short-lived carryover. Use at session start to restore memory state, not to retrieve source documents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_critical_tokensNoToken budget for CRITICAL tier
max_daily_tokensNoToken budget for DAILY tier
include_yesterdayNoInclude yesterday's daily memories
agent_idNoOptional agent namespace to include in the session bundle
external_user_idNoIntegrator client keys only: stable end-user ID whose personal memories should be included in the session bundle.
Behavior3/5

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

No annotations provided, so description carries full burden. It implies a read operation ('restore memory state') and mentions tiered durability and carryover, but lacks details on idempotency, side effects, or token consumption. Adequate but could add more behavioral context.

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 front-load purpose and usage guideline. Every sentence adds value with zero waste.

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?

No output schema, so description should hint at return value. It says 'restore memory state' but fails to describe output structure (e.g., list of memories, token counts). For a session bootstrap tool, this omission leaves the agent underspecified.

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 100% with clear descriptions for each parameter. The description mentions 'tiered' and 'short-lived carryover' which align with parameters but adds little beyond schema. Baseline 3 is appropriate.

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 states 'Get tiered durable memories for session bootstrap' with a specific verb and resource. It distinguishes from sibling tools like rlm_memories and rlm_recall by specifying session-start use and explicitly excluding source document retrieval.

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 provides when to use ('at session start') and when not to use ('not to retrieve source documents'), implying alternatives. This is precise guidance for an agent.

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