Skip to main content
Glama

delete_report

Destructive

Permanently remove a generated report from Aria Operations. Confirm to execute; preview by default prevents accidental deletion.

Instructions

[WRITE] Permanently delete a generated report artifact from Aria Operations. Removes only the generated report instance and its output — the report definition and any schedules remain intact; re-run generate_report to recreate it. Deletion is irreversible and is recorded in the audit log. Returns an error if the report_id does not exist; use list_reports to find valid UUIDs first. Default confirmed=False returns a preview without deleting.

Args: report_id: The report UUID to delete (from generate_report or list_reports). confirmed: Must be True to actually delete. Default False = preview only. target: Aria target name from config; default when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
confirmedNo
report_idYes
Behavior5/5

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

Annotations already mark destructiveHint=true, but the description goes well beyond by explaining the deletion is permanent, irreversible, audit-logged, and limited to the report instance (not definition/schedules). It also discloses the confirmation/preview behavior and the error condition for nonexistent IDs, adding substantial behavioral context not present in annotations or schema.

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 well-structured with a concise explanatory paragraph followed by an Args section. Every sentence contributes meaningful information, and the inclusive 'Args' block is consistent with the schema. The length is appropriate for the complexity of a destructive operation with a safety confirmation flag.

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

Completeness5/5

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

Given the tool has no output schema and only three simple parameters, the description covers the essential context: what is deleted, what is preserved, irreversibility, audit logging, error behavior, prerequisites, and the preview mechanism. It is complete enough for an agent to safely and correctly invoke the tool.

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 description coverage is 0%, so the description carries the full burden for parameters. It clearly explains report_id as a UUID from generate_report or list_reports, confirmed must be True to actually delete (default False preview), and target as an Aria target name from config with a default. This fully compensates for the schema's minimal titles.

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 uses a specific verb 'Permanently delete' plus the resource 'generated report artifact' and clearly distinguishes from siblings by noting that only the report instance is removed while definitions and schedules remain. It also connects to generate_report for recreation, which differentiates it from related tools like get_report or list_reports.

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

Usage Guidelines4/5

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

The description provides clear context: it is for deleting generated report instances, tells the user to call list_reports first to find valid UUIDs, and notes that re-running generate_report recreates the artifact. It does not explicitly say 'when not to use' or name an alternative tool for deleting report definitions, but the context is sufficient and the sibling list reinforces the intended use.

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/vmware-skills/VMware-Aria'

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