Skip to main content
Glama

delete_video

Permanently delete a video from OpenAI storage by providing its job ID. Clean up storage and remove unwanted AI-generated videos.

Instructions

Delete a video from OpenAI's storage. This action is permanent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYesThe video job ID to delete
Behavior3/5

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

The description discloses the key behavioral trait that deletion is permanent, which is crucial for a destructive operation, but lacks additional context such as error behavior or permissions. Since no annotations are provided, the description carries the burden, but 'permanent' provides some transparency.

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 two sentences with no fluff, front-loading the action and adding a critical warning about permanence. Every word earns its place.

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?

For a simple delete tool with one parameter and no output schema, the description is adequately complete, covering the action, scope, and permanence. It could add details about error handling or idempotency, but these are not necessary for such a straightforward 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 input schema already fully documents video_id as 'The video job ID to delete', and the description does not add additional parameter semantics. With 100% schema coverage, the description adds no extra meaning beyond what the schema provides.

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 tool deletes a video from OpenAI's storage with the verb 'Delete' and resource 'video', and it distinguishes from sibling tools (create, get, download, list, remix) by being the only delete operation.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives or any prerequisites. It only states the action without context for when deletion is appropriate or any exclusions.

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/nanameru/Sora2-MCP'

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