π UNDO: Revert knowledge base changes using human-friendly commands. Can undo file uploads, KB generations, or both. Examples:
AI agents call lspace_undo_knowledge_base_changes to permanently remove resources in Lspace MCP Server β typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.
Undoing or reverting knowledge base changes (file uploads, KB generations) constitutes a destructive action because it removes or rolls back data that was previously stored. While 'undo' implies reversibility conceptually, reverting committed knowledge base entries destroys the current state irreversibly unless a separate backup exists.
From the tool's definition 'UNDO: Revert knowledge base changes' β reverts/undoes file uploads and KB generations, which is an irreversible rollback of previously committed knowledge base state
Documented attack patterns abuse exactly the kind of access lspace_undo_knowledge_base_changes gives an agent:
PolicyLayer is an MCP gateway β it sits between your AI agents and Lspace MCP Server, and nothing reaches the server without passing your rules. This is the rule we recommend for lspace_undo_knowledge_base_changes:
{
"version": "1",
"default": "deny",
"hide": [
"lspace_undo_knowledge_base_changes"
]
} lspace_undo_knowledge_base_changes disappears from the agent's tool list entirely, and any attempt to call it is denied. The rest of the server keeps working.
Free to start. No card required.
π UNDO: Revert knowledge base changes using human-friendly commands. Can undo file uploads, KB generations, or both. Examples:. It is categorised as a Destructive tool in the Lspace MCP Server MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.
Register the Lspace MCP Server MCP server in PolicyLayer and add a rule for lspace_undo_knowledge_base_changes: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Lspace MCP Server. Nothing to install.
lspace_undo_knowledge_base_changes is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the lspace_undo_knowledge_base_changes rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for lspace_undo_knowledge_base_changes. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
lspace_undo_knowledge_base_changes is provided by the Lspace MCP Server MCP server (lspace-io/lspace-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from Lspace MCP Server, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
7 Lspace MCP Server tools catalogued and risk-classified β across an index of 43,000+ MCP servers.