Skip to main content
Glama
chaelynet

ChainMemory MCP

by chaelynet

release_role

Release an open role session with a closing summary detailing completed actions, pending items, and next steps. Sessions automatically release after 60 minutes.

Instructions

Release an open Role Session with a closing summary (what was done, what is pending, next step). Sessions auto-release after 60 minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryNoClosing summary for the audit trail
session_idYes
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions sessions auto-release after 60 minutes, providing helpful timeout behavior, but does not disclose whether the action is reversible, required permissions, or side effects on session data.

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?

Description is concise: one sentence with parenthetical detail and a separate sentence about auto-release. No redundant information, front-loaded with the main action.

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?

Missing return value description (e.g., success confirmation, error states) and preconditions (session must exist, ownership). The auto-release note adds context but overall leaves gaps for a tool with no output schema and no annotations.

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?

Schema coverage is 50% (session_id lacks description). The description adds value by elaborating on the summary parameter ('what was done, what is pending, next step'), exceeding the schema's brief 'Closing summary for the audit trail'. session_id remains implicit but is a standard identifier.

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 releases an open Role Session with a closing summary, specifying the summary content. It does not explicitly differentiate from sibling tools like assume_role, but the action is distinct.

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 use when an open role session exists, but does not provide explicit when-to-use or when-not-to-use guidance, nor mention alternatives like waiting for auto-release.

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/chaelynet/chainmemory-mcp'

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