Skip to main content
Glama

Assets Delete

assets_delete
Destructive

Delete an asset by its unique ID to free up storage and keep your workspace organized. Use this action when you need to remove unwanted media from the Sync MCP Server.

Instructions

Delete an asset by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAsset ID
Behavior2/5

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

Annotations already mark the tool as destructive (destructiveHint: true) and not read-only, so the deletion behavior is covered. However, the description adds no additional behavioral context beyond 'by id', such as whether deletion is permanent, irreversible, or if it affects related resources like projects. It does not contradict 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?

The description is a single concise sentence, 'Delete an asset by id.', with no filler or redundant wording. It is appropriately sized for a simple one-parameter delete operation.

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 required parameter, the description plus the schema and annotations provide sufficient information for an agent to select and invoke it. It could be improved by noting the outcome of the operation (e.g., success response or errors), but it is largely complete given the low complexity.

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 fully documents the only parameter 'id' with the description 'Asset ID' (100% coverage). The description's mention of 'by id' does not add any semantic detail beyond what the schema already 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 uses the specific verb 'Delete' with the resource 'asset' and indicates the operation is by id, making the tool's function unambiguous. It clearly distinguishes from sibling tools like assets_get, assets_create, and assets_update, which perform different operations on the same resource.

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 or mention any exclusions. The usage is implied by the verb 'Delete' and the requirement of an id, but there is no guidance about prerequisites, side effects, or when not to use 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/synchronicity-labs/mcp-server'

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