Skip to main content
Glama

Delete a Dare upload

dare_delete_upload
DestructiveIdempotent

Permanently delete an uploaded reference asset from the Dare library. Irreversible action; confirm before deleting, while existing generations remain unaffected.

Instructions

Permanently delete an uploaded reference asset from the Dare library. Destructive and irreversible — confirm with the user first. Generations that already used it are unaffected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
upload_idYesUpload id from dare_upload_media or dare_list_uploads.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior5/5

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

The description adds meaningful behavioral detail beyond the annotations: deletion is 'permanent,' 'destructive and irreversible,' and requires user confirmation. It also clarifies the important side-effect that 'generations that already used it are unaffected,' which is not visible in the annotations.

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?

Three short sentences deliver the purpose, risk warning, and side-effect clarification without unnecessary detail. The most important information is front-loaded.

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?

For a single-parameter deletion tool, the description covers the action, the destructive nature, the need for confirmation, and the impact on existing generations. The annotations handle safety signals, and no output schema is needed for this simple operation.

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

Parameters3/5

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

The schema already fully documents upload_id with 100% coverage, including its source from dare_upload_media or dare_list_uploads. The description does not add additional parameter-level meaning, so the baseline of 3 is appropriate.

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 clearly states the action: 'Permanently delete an uploaded reference asset from the Dare library.' This distinguishes it from siblings like dare_delete_generation and makes the resource and operation explicit.

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 establishes clear context for when to use the tool: when an uploaded reference asset needs to be deleted. It also provides an important prerequisite ('confirm with the user first'), though it does not explicitly name alternatives or exclusion conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/avi-aggarwal14/dare-mcp-server'

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