Skip to main content
Glama

Remove filler words

remove_filler_words
Idempotent

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. ONE-CALL filler removal — THE tool for 'remove the ums' / 'cut the uhs' / 'take out the filler words'. Cuts every um, uh, er, hmm, etc. using the exact word timestamps (deterministic, never estimated). Pass a custom words list to target different tokens (e.g. ["like","you know"]) — the default set is only the safe non-word hesitations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wordsNo
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.6/5.0
Behavior5/5

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

Beyond the annotations, the description discloses several important behaviors: the call is project-scoped to the explicit project_id, it returns the project identity with the result, it uses exact word timestamps rather than timing, and the default removal set is restrict the safer non-word hesitations. These add meaningful behavioral detail beyond the structured annotation fields.

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 dense but to the point. It front-loads the critical project-scoping note and the one-call claim, then moves through operation, determinism, and customization. Each phrase adds distinct decision-relevant information with little or no fluff.

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 tool with no output schema, the description covers the core behavior, scoping, return indicator, and customization. It does not detail error cases or the full return payload, but the mention of returning 'project identity with its result' gives enough closure for a relatively straightforward mutation tool.

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?

Schema coverage is 50%: only project_id gets a description in the schema. The tool description compensates by explaining the words parameter—its purpose, how to pass custom tokens like ['like','you know'], and the default behavior when omitted. This goes beyond the bare array-of-strings schema, though a bit more detail (e.g., matching semantics) could be added.

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 specific verb and resource: it removes filler words from a project. It clearly distinguishes itself from the many sibling tools by explicitly claiming to be 'THE tool for “remove the ums” / cut the uhs / take out the filler words' and by listing the exact tokens it removes (um, uh, er, hmm).

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?

The description strongly signals when to use it in natural user phrasing ('remove the ums', 'cut the uhs') and clarifies how to extend its use with a custom words list. It does not explicitly name alternatives or state when not to use this tool, but the guidance is clear enough for an agent to select it.

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.