Skip to main content
Glama
croakingtoad

Context Engineering MCP Server

by croakingtoad

manage_storage

Ensure data integrity: track storage changes, generate diffs, resolve conflicts, and rollback versions with audit trail.

Instructions

Manage storage operations including versioning, change tracking, conflicts, and integrations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesStorage management action to perform
authorNoFilter by author
fileIdNoFile ID for file-specific operations
toDateNoEnd date for audit trail (ISO format)
fromDateNoStart date for audit trail (ISO format)
toVersionNoTarget version for diff/rollback operations
changeTypeNoFilter by change type
conflictIdNoConflict ID for resolution
diffFormatNoFormat for diff output
resolvedByNoPerson resolving the conflict
fromVersionNoStarting version for diff/rollback operations
createBackupNoWhether to create backup during operations
historyLimitNoNumber of history entries to return
historyOffsetNoOffset for history pagination
mergedContentNoManually merged content for conflict resolution
targetVersionNoTarget version for rollback
rollbackReasonNoReason for rollback
preserveChangesNoWhether to preserve changes during rollback
resolutionStrategyNoStrategy for resolving conflicts
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It fails to mention that actions like rollback, delete_prp, or resolve_conflict are likely destructive or have side effects. It also does not note prerequisites, permission needs, or return behavior. The phrase 'Manage storage operations' gives almost no behavioral insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single 12-word sentence, which is concise and front-loaded. However, it lacks structure and substance, providing only a high-level category list without examples or concrete details. It is efficient but under-specifies.

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?

The tool is complex (19 parameters, 9 distinct actions, no output schema, no annotations), yet the description is far too brief. It does not explain how actions relate to parameters, which parameters are required for each action, or what the tool returns. This is insufficient for an agent to correctly select and invoke actions.

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 all 19 parameters are already documented in the schema. The description adds no parameter-specific detail; it only loosely aligns 'versioning, change tracking, conflicts' with some actions. This meets the baseline for schema-driven parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Manage storage operations' which identifies the domain but is vague about specific actions. It lists categories like versioning, change tracking, conflicts, and integrations, but does not provide a specific verb+resource or distinguish among the nine actions in the schema. It is somewhat differentiated from sibling tools that focus on templates and PRPs, but the purpose is still generic.

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?

No guidance is provided on when to use this tool vs alternatives. The description does not mention any exclusion criteria, alternative tools, or specific use cases for the various actions. This leaves the agent to infer usage from the schema alone.

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/croakingtoad/context-engineering-mcp'

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