Skip to main content
Glama

workflows_delete_permanent

workflows_delete_permanent
Destructive

Exclui permanentemente um workflow já arquivado e confirmado pelo nome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
workflowIdYes
confirmation_idNo
confirmationNameYes
expectedRevisionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already flag destructiveHint=true, and the description reinforces the destructive nature by saying 'permanentemente' and requiring the workflow to be already archived. It also discloses the confirmation-by-name safeguard, which adds behavioral context beyond the annotation. It does not mention side effects such as revision mismatches, but the annotation-driven danger warning is sufficient to warrant a 4.

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, front-loaded sentence that names the action, the object, and the key prerequisite with no filler. Every phrase contributes meaning, making it an efficient definition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although the output schema and annotations cover the return value and destructive safety, the description omits essential invocation context for a destructive operation: what expectedRevision does, why confirmationName is required, and what the optional preview mode means. For a tool with five parameters and zero schema-level descriptions, this is not enough for an agent to call it correctly with confidence.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description carries the full burden of explaining the five parameters, but it only illuminates confirmationName via 'confirmado pelo nome'. It leaves workflowId, expectedRevision, mode, and confirmation_id semantically unexplained, especially the role of expectedRevision as a guard, so the agent cannot fully infer correct parameter usage.

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 a specific verb and resource ('Exclui permanentemente um workflow') and adds two important restrictions: the workflow must already be archived and confirmed by name. This clearly separates it from sibling tools like workflows_archive and workflows_restore, so an agent can identify the correct operation.

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 phrase 'já arquivado e confirmado pelo nome' implies this tool is for permanently deleting archived workflows, which is a concrete usage condition. However, it does not explicitly name alternatives or state when not to use it, leaving the agent to infer the full selection logic from sibling names.

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.

TDQS

C2.5/5.0
Disambiguation2/5

While categories like members, messages, and workflows are distinct, there are many near-duplicates (integrations_discord_get_status vs integrations_discord_status, commands_custom_create vs commands_custom_update) and generic tools like automations_update overlap with specialized automation tools. The repetitive placeholder descriptions ('Permite consultar detalhes de X no painel 9bot') provide little help in telling similar tools apart.

Naming Consistency4/5

Most tools follow a clear domain_subdomain_action snake_case pattern (automations_welcome_enable, community_pages_publish, moderation_strikes_add). A few outliers like analytics_predictive, reports_group_hot_topic_details, and workflows_runtime_status lack a clear verb, but the overall convention is consistent and readable.

Tool Count1/5

240 tools is an extreme count for any MCP server, far beyond the 50+ threshold and likely to overwhelm agents. Many similar operations could be consolidated into generic CRUD or config endpoints without losing domain coverage.

Completeness4/5

The surface is unusually broad, covering automations, commands, members, messages, moderation, reports, schedules, settings, summaries, and workflows with substantial lifecycle coverage. Minor gaps exist—for example, auto_approve_members and auto_removal_members lack explicit enable/disable tools—but agents can usually work around them via generic update tools.

Resources