Skip to main content
Glama

memory_guard_reclaim

Reclaim memory by unloading thread-keeper models and caches immediately. Specify scope to trim current process or queue requests for peer servers.

Instructions

Unload thread-keeper model/caches now.

scope: self trims this MCP process immediately. all also queues trim requests for peer thread-keeper server processes; peers handle the request on their next guard tick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoself

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries burden. It explains immediate vs queued behavior for scope, but does not disclose side effects (e.g., whether unloading impacts other services, or if operation is reversible).

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 sentences, front-loaded with action, each sentence provides essential information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Descriptions covers core behavior and parameter. Missing some context on prerequisites or typical scenarios, but given no annotations and presence of output schema, it is nearly complete for a simple tool.

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

Parameters5/5

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

Schema coverage is 0%, but description fully explains the two possible values for scope (self and all) and their effects, adding meaning beyond the schema's bare type and default.

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 it unloads thread-keeper model/caches now, with a specific verb and resource. It distinguishes from siblings like memory_guard_check and memory_guard_status.

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?

No guidance on when to use this tool vs alternatives. It explains scope parameter but not when to invoke memory_guard_reclaim instead of checking status or 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/po4erk91/thread-keeper'

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