Skip to main content
Glama
ondrahracek

ContextKeeper MCP Server

by ondrahracek

add_context_item

Save tasks, ideas, or notes as context items in ContextKeeper. Add tags, project, and optional sync to AI agent files for better context management.

Instructions

Add a new context item to ContextKeeper. Use this to track tasks, ideas, or notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath to the context directory
syncNoSync to AI agent files after adding
tagsNoTags for categorizing the item
contentYesThe content/description of the context item
projectNoProject name to associate with this item
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the action ('Add a new context item') without revealing side effects such as what the sync parameter does, where items are stored, or what the response looks like. This is a significant gap for a mutation 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?

The description is two sentences with zero fluff: the first states the action and target, the second states the use case. It is well front-loaded and every word earns its place.

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?

With no annotations, no output schema, and 5 parameters, the description is too sparse. It does not explain return behavior, the effect of the sync parameter, or any consequences of adding an item, making it incomplete for an agent to invoke confidently.

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 description coverage is 100%, so the schema already documents all 5 parameters. The description adds no parameter-level semantics beyond the schema, meeting the baseline of 3.

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 ('Add') with an explicit resource ('context item to ContextKeeper') and a clear use case ('track tasks, ideas, or notes'). The word 'new' distinguishes it from sibling tools like edit_context_item, remove_context_item, and list_context_items, which operate on existing items.

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?

'Use this to track tasks, ideas, or notes' gives clear context for when to invoke the tool, but it does not state exclusions or explicitly name alternatives such as edit_context_item or remove_context_item for modifying or deleting existing items.

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