Skip to main content
Glama
ondrahracek

ContextKeeper MCP Server

by ondrahracek

mark_context_done

Mark a context item as completed by providing its ID (full UUID or 6-char prefix), updating its status to done.

Instructions

Mark a context item as completed using its ID (full UUID or 6-char prefix).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesItem ID (full UUID or 6-character prefix)
pathNoPath to the context directory
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action without mentioning side effects, reversibility, error behavior, or whether the 'path' parameter is required in any scenario. For a mutation tool, this lack of detail is a significant gap.

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 sentence with no wasted words. It is front-loaded with the core purpose and includes only necessary details.

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?

The tool is simple and the purpose is clear, but with no annotations or output schema, the description should ideally provide more context about return behavior and the optional 'path' parameter. It is minimally viable but leaves gaps in behavioral understanding.

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 schema already describes both parameters with 100% coverage. The description merely repeats the ID format already present in the schema and does not add extra meaning, so the baseline score of 3 applies.

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 clearly states the action ('mark as completed'), the resource ('context item'), and the identifier format (full UUID or 6-char prefix). This is specific and easily distinguishes it from sibling tools like remove_context_item or edit_context_item.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose implicitly defines when to use the tool: when a context item needs to be marked as completed. However, it does not explicitly mention alternatives or exclusions (e.g., 'for other modifications, use edit_context_item'), so it provides clear context without exclusion guidance.

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/ondrahracek/contextkeeper-mcp'

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