Skip to main content
Glama
martinbechard

MCP Agent Operations

claim_maintain_journal

Archive complete UTC claim-event days while retaining a configurable hot window for recent operational access.

Instructions

Archive complete UTC claim-event days while retaining the configured hot window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hot_daysNo
repositoryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
exit_codeYes
Behavior2/5

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

With no annotations, the description carries the full burden. It states the core action (archive) and the retention of a hot window, but does not disclose side effects such as whether archiving deletes data, whether it is reversible, what permissions are required, or the impact on the journal. This is insufficient for a maintenance operation.

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?

The description is a single, front-loaded sentence with no filler. Every word contributes to conveying the core action and constraint, making it concise and easy to parse.

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

Completeness2/5

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

While an output schema exists, the description still lacks important context such as when to use the tool, prerequisites, and operational behavior. For a maintenance operation that may have side effects, this level of detail is insufficient. The description is too sparse to fully inform an agent.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It implicitly explains 'hot_days' via 'hot window', but 'repository' is never mentioned. The description adds some meaning to one parameter but leaves the other undocumented, which is inadequate for a 2-parameter tool.

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 description uses a specific verb 'Archive' with a clear resource ('complete UTC claim-event days') and states the retention behavior ('retaining the configured hot window'). This clearly distinguishes the tool from siblings like claim_report, claim_status, claim_acquire, etc., which perform different actions.

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. No exclusions, prerequisites, or context are mentioned. While the purpose is clear, there is no explicit 'use this when' or 'instead of' information.

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/martinbechard/mcp-agent-ops'

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