Skip to main content
Glama
MediaShareORG

YourImageShare

Official

Delete an upload

delete_upload
DestructiveIdempotent

Permanently remove an uploaded image or video by its id. The file and links stop working immediately, making the removal irreversible.

Instructions

Permanently delete one of your YourImageShare uploads by id - irreversible, the file and its links stop working immediately. Get the id from upload_image's response right after uploading, or from list_uploads if you no longer have it. Errors (not found, already deleted, wrong owner) come back as a normal tool error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe upload id to delete (the `id` field returned by upload_image/list_uploads).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
deletedYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

The description goes beyond the destructiveHint annotation by stating the deletion is irreversible, the file and its links stop working immediately, and errors such as not found, already deleted, or wrong owner surface as normal tool errors. This gives an agent useful behavioral expectations.

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 three sentences with the main action and consequence front-loaded. Every sentence contributes: what it does, how to get the id, and what error behavior to expect. There is no filler.

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 one-parameter destructive tool with output schema and annotations, this description is complete. It covers purpose, side effects, id provenance, and error behavior. An agent has everything needed to select and invoke it correctly.

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

Parameters4/5

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

The schema already documents `id` at 100% coverage, and the description adds retrieval guidance: use the response from upload_image right after uploading, or list_uploads if the id is no longer available. This is genuinely useful beyond the schema's parameter description.

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 opens with a specific action and resource: 'Permanently delete one of your YourImageShare uploads by `id`'. It clearly distinguishes itself from siblings by present itself as the deletion tool while upload_image/list_uploads are framed as id sources.

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?

It gives clear usage context: use when you intend a permanent deletion, and it explains how to obtain the id from upload_image or list_uploads. It doesn't explicitly state when not to use, but since the siblings are upload/list tools, there is no deletion alternative needing exclusion.

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

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/MediaShareORG/yourimageshare'

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