Skip to main content
Glama

Remove sfx

remove_sfx
Idempotent

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Delete a sound effect by id (from get_edl).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already cover idempotence, read-only state, and destructive/scope hints. The description adds useful context beyond that: the call is limited to the explicit project_id and returns the project identity with its result. This clarifies scope and observable output without contradicting 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 two short sentences with no filler. The scoping/result information is front-loaded, and the actual delete action follows immediately. Every sentence carries useful information.

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 two-parameter delete operation, the description provides the id source, project scoping, and a note about the result. Since there is no output schema, the result mention is useful. It could be slightly more precise, but not enough to be a major gap.

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 id parameter has no schema description, but the tool description adds the essential point that it comes from get_edl. The project_id parameter is already documented in the schema, so the description compresses the project scoping correctly while covering a 50% schema coverage gap.

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 names a concrete action ('Delete'), a specific resource ('a sound effect'), and gives the id source ('from get_edl'). It also states the project-scoped behavior up front, which separates it from broader or unscoped tools and avoids a mere restatement of the title.

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 implies when to use the tool: when a caller wants to delete a sound effect and has an id from get_edl. It also documents the project_id prerequisite. However, it does not explicitly mention when NOT to use it or point to alternatives like move_sfx, add_sfx, or other remove_* tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.