Skip to main content
Glama

misp_delete_object

Delete a MISP object from an event. Requires confirmation for destructive deletion; optionally perform a permanent hard delete with additional confirmation.

Instructions

Delete a MISP object from an event. Destructive: requires confirm:true (or MISP_ALLOW_DESTRUCTIVE=true); hard delete also requires confirmHard:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hardNoHard delete (permanent) instead of soft delete
confirmNoMust be true to perform this destructive deletion (unless MISP_ALLOW_DESTRUCTIVE=true)
objectIdYesObject ID to delete
confirmHardNoMust be true (in addition to confirm) to perform a permanent hard delete
Behavior4/5

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

No annotations are provided, so the description must convey behavioral traits. It clearly labels the action as 'Destructive' and explains the confirmation requirements (confirm:true for deletion, confirmHard:true for hard delete). This provides essential safety context.

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 extremely concise (two sentences) yet packs all essential information. The first sentence states the action, and the second provides the key constraints. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity and the absence of an output schema, the description covers the main behavioral aspects: deletion confirmation and hard delete. However, it does not mention return values, side effects (e.g., cascading deletions), or prerequisites (e.g., the event must exist). Minor gaps exist.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds crucial meaning: it explains that 'confirm' is required for any destructive deletion and that 'confirmHard' is an additional requirement for permanent deletion. It also mentions the MISP_ALLOW_DESTRUCTIVE environment variable, which overrides the confirm parameter.

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 specifies 'Delete a MISP object from an event', which is a specific verb+resource. It clearly distinguishes from sibling tools like misp_delete_attribute (deletes an attribute) and misp_delete_event (deletes an entire event).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives (e.g., misp_delete_attribute for attributes). It only provides implicit guidance through the name and the confirmation requirements. A clear comparison or exclusion would improve it.

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/lidless-labs/misp-mcp'

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