Skip to main content
Glama
retain-so

Retain MCP Server

Official
by retain-so

Archive alert

archive_alert

Archive a resolved alert to remove it from the attention queue. Provide the alert ID and an optional reason.

Instructions

Archive a resolved alert, removing it from the attention queue. Requires a read+write agent key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoOptional reason for archiving.
alert_idYesAlert id (UUID).
Behavior3/5

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

Discloses effect of archiving and removal from attention queue, plus auth requirement. No annotations provided, so description carries burden. Lacks details on reversibility or side effects.

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-loaded purpose, no waste.

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?

Covers purpose, prerequisite, and effect. Missing mention of return type or error cases, but adequate for a simple action with full schema coverage.

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%, so description adds no supplementary meaning 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?

States specific verb 'archive', resource 'resolved alert', and outcome 'removing from attention queue'. Distinguishes from sibling tools like get_active_alerts and mark_alert_contacted.

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?

Mentions prerequisite of read+write agent key, but does not explicitly state when to use vs alternatives or when not to archive. Implicitly for resolved alerts but could be clearer.

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/retain-so/mcp-server'

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