Skip to main content
Glama
esaio

esa MCP Server

Official
by esaio

Archive a post

esa_archive_post
Destructive

Archive an esa.io post by moving it to the Archived/ category, retaining its original subcategory structure.

Instructions

Archives a post by moving it to the Archived/ category. If the post is in 'dev/docs', it becomes 'Archived/dev/docs'. Posts without category go to 'Archived'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoArchive message for the post
teamNameNoTeam name (required). Use esa_get_teams first to see available teams.
postNumberYesThe post number to archive
Behavior4/5

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

The description adds behavioral context beyond the destructiveHint annotation by specifying how the post is moved to the Archived/ category, including handling of category subpaths (e.g., 'dev/docs' becomes 'Archived/dev/docs'). This is useful for understanding the exact effect of the tool.

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 with no extraneous information. Every word adds value: the first defines the primary action, the second clarifies edge cases for category paths.

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?

For a simple archive operation with a destructiveHint, the description explains the core behavior and category handling. It does not cover reversibility, impact on comments, or team requirements, but given the tool's simplicity and the presence of the destructiveHint, it is adequately complete.

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?

The input schema has 100% description coverage, so the schema already documents all three parameters. The description does not add new semantic meaning beyond what the schema provides, but it implicitly reinforces the postNumber and teamName roles. 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 title and description clearly state the tool archives a post by moving it to the Archived/ category. It specifies the verb (archives) and resource (post), and distinguishes from sibling tools like delete or update by describing the archiving behavior with category path details.

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 provides no guidance on when to use this tool versus alternatives like esa_delete_post or esa_update_post. It does not mention prerequisites, team name requirements (though schema hints at esa_get_teams), or scenarios where archiving is preferred.

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/esaio/esa-mcp-server'

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