remove_silence

Use the Descript AI agent to remove silent gaps from a project. Example: remove_silence({ project_id:

Server Descript Complete josephtandle/descript-complete
Category Execute
Risk class High
Parameters 00 required

What remove_silence does on Descript Complete

AI agents invoke remove_silence to trigger actions in Descript Complete. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why remove_silence needs a policy

This tool triggers an AI agent to perform automated audio/video editing (removing silence) on a project. It is an external operation whose effects depend on the project argument. While it modifies the project, it is more of an AI-executed processing action than a simple write. The modification could be difficult to reverse depending on Descript's versioning, but it is not explicitly irreversible/destructive.

From the tool's definition 'remove silent gaps from a project' using 'Descript AI agent' — triggers an automated AI-driven operation that modifies project content by removing silence segments

Questions about remove_silence

What does the remove_silence tool do? +

Use the Descript AI agent to remove silent gaps from a project. Example: remove_silence({ project_id:. It is categorised as a Execute tool in the Descript Complete MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on remove_silence? +

Register the Descript Complete MCP server in PolicyLayer and add a rule for remove_silence: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Descript Complete. Nothing to install.

What risk level is remove_silence? +

remove_silence is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit remove_silence? +

Yes. Add a rate_limit block to the remove_silence rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block remove_silence completely? +

Set action: deny in the PolicyLayer policy for remove_silence. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides remove_silence? +

remove_silence is provided by the Descript Complete MCP server (josephtandle/descript-complete). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

remove_silence is one line of Descript Complete's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.