lithtrix_blob_delete

Soft-delete a blob (DELETE /v1/blobs/{blob_id}). Requires LITHTRIX_API_KEY.

Server Lithtrix lithtrix/lithtrix-mcp
Category Destructive
Risk class Critical
Parameters 00 required

What lithtrix_blob_delete does on Lithtrix

AI agents call lithtrix_blob_delete to permanently remove resources in Lithtrix — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

Why lithtrix_blob_delete needs a policy

Although labeled 'soft-delete' (suggesting potential recoverability), the tool irreversibly removes data from the system. Soft-deletes are still destructive operations that prevent normal access to stored blobs. In the context of a persistent memory and data storage system (lithtrix), deletion of blobs represents an irreversible action that cannot be undone by normal means.

From the tool's definition Tool name is 'lithtrix_blob_delete' and description explicitly states 'Soft-delete a blob'. The DELETE HTTP method and 'delete' verb in the name confirm destructive intent.

Questions about lithtrix_blob_delete

What does the lithtrix_blob_delete tool do? +

Soft-delete a blob (DELETE /v1/blobs/{blob_id}). Requires LITHTRIX_API_KEY. It is categorised as a Destructive tool in the Lithtrix MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

How do I enforce a policy on lithtrix_blob_delete? +

Register the Lithtrix MCP server in PolicyLayer and add a rule for lithtrix_blob_delete: 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 Lithtrix. Nothing to install.

What risk level is lithtrix_blob_delete? +

lithtrix_blob_delete is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit lithtrix_blob_delete? +

Yes. Add a rate_limit block to the lithtrix_blob_delete 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.

How do I block lithtrix_blob_delete completely? +

Set action: deny in the PolicyLayer policy for lithtrix_blob_delete. 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.

What MCP server provides lithtrix_blob_delete? +

lithtrix_blob_delete is provided by the Lithtrix MCP server (lithtrix/lithtrix-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

lithtrix_blob_delete is one line of Lithtrix's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.