Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

gtm_delete_trigger

Delete a trigger from a Google Tag Manager workspace by providing account, container, workspace, and trigger IDs to clean up unused tags or automate GTM cleanup.

Instructions

Deletes a trigger from a GTM workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYesGTM Account ID
triggerIdYesGTM Trigger ID to delete
containerIdYesGTM Container ID
workspaceIdYesGTM Workspace ID

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It plainly states the destructive action, but it does not warn that deletion is permanent, mention required GTM permissions, or note that deleting a trigger may break tags that reference it.

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 sentence that front-loads the action and resource without any filler. Every word earns its place.

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?

This is a destructive mutation with no annotations and no output schema, yet the description only states the basic operation. Missing context includes permanence, side effects on referencing tags, permission requirements, and what happens after deletion, so the description is not complete enough for safe invocation.

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 has 100% description coverage, documenting accountId, containerId, workspaceId, and triggerId. The description adds no parameter-specific semantics, but the schema already provides the necessary meaning, so the baseline score of 3 is appropriate.

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 states an unambiguous verb ('Deletes'), a clear resource ('a trigger'), and scope ('from a GTM workspace'). This distinguishes it from sibling tools like gtm_create_trigger, gtm_update_trigger, gtm_get_trigger, and gtm_list_triggers without needing to open their schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives, and no prerequisites are mentioned. For example, an agent is not told to first list triggers with gtm_list_triggers or verify the trigger is not referenced by tags before deleting.

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/bypixels/SEO-MCP-PRO'

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