delete_custom_data
Deletes a specific custom data entry.
How to use it
delete_custom_data is exposed by the Context Portal MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the delete_custom_data tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Context Portal
uv pip install -r requirements.txtOther tools in Context Portal (27)
Logs multiple items of the same type (e.g., decisions, progress entries) in a single call.
Deletes a decision by its ID.
Deletes a progress entry by its ID.
Deletes a system pattern by its ID.
Exports ConPort data to markdown files.
Retrieves the current working focus, recent changes, and open issues.
Retrieves the schema of available ConPort tools and their arguments.
Retrieves custom data.
Retrieves logged decisions.
Retrieves version history for Product or Active Context.
Retrieves items linked to a specific item.
Retrieves the overall project goals, features, and architecture.
Retrieves progress entries.
Provides a summary of recent ConPort activity.
Retrieves system patterns.
Imports data from markdown files into ConPort.
Creates a relationship link between two ConPort items, explicitly building out the project knowledge graph.
Stores/updates a custom key-value entry under a category. Value is JSON-serializable.
Logs an architectural or implementation decision.
Logs a progress entry or task status.
Logs or updates a system/coding pattern.
Full-text search across all custom data values, categories, and keys.
Full-text search across decision fields (summary, rationale, details, tags).
Full-text search within the 'ProjectGlossary' custom data category.
Updates the active context. Accepts full content (object) or patchcontent (object) for partial updates (use DELETE as a value in patch to remove a key).
Updates the product context. Accepts full content (object) or patchcontent (object) for partial updates (use DELETE as a value in patch to remove a key).
Updates an existing progress entry.