Skip to main content
Glama

memory_saga

Execute memory sagas with auto-rollback on failure for consolidation (gather, distill, promote) or backup (copy, verify).

Instructions

Run sagas with auto-rollback on failure.

Args: action: "consolidate" (gather->distill->promote) or "backup" (copy->verify) user_id: User identifier (consolidate only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoconsolidate
user_idNodefault
Behavior3/5

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

The description discloses auto-rollback on failure and the step sequences for each action, which adds behavioral context beyond the schema. However, it does not mention potential side effects, required permissions, or output format. With no annotations, it partially fulfills transparency.

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 brief and front-loaded with the primary purpose, followed by a concise Args section. Every sentence adds value without redundancy, though it could be slightly more structured for readability.

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 description explains the actions and rollback behavior but omits details about return values, error handling, or success outcomes. Given no output schema and moderate complexity, it is adequate but not fully complete.

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

Parameters4/5

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

With 0% schema description coverage, the description adds significant meaning by specifying the two action values with their sub-steps and noting that user_id is for consolidate only. This compensates well for the lack of schema descriptions.

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 description clearly states the tool runs sagas with auto-rollback and enumerates two distinct actions (consolidate and backup) with their sub-steps. This provides a specific verb and resource, though it does not explicitly differentiate from sibling tools like memory_backup, which may overlap.

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 any guidance on when to use this tool versus alternatives. It lacks explicit when-to-use or when-not-to-use conditions, leaving the agent to infer context from sibling tool names.

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/Cipher208/mcp-ariel-memory'

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