Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

gtm_delete_tag

Delete a tag from a Google Tag Manager workspace by providing the tag, account, container, and workspace IDs, removing unwanted tags to keep tracking configurations accurate.

Instructions

Deletes a tag from a GTM workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagIdYesGTM Tag ID to delete
accountIdYesGTM Account ID
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.4/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 disclosure burden. It accurately says 'Deletes' but does not state whether deletion is permanent, whether it can be reverted via workspace discard or publish semantics, what side effects occur, or what errors result from nonexistent IDs.

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?

One clear front-loaded sentence with no filler. It conveys the operation and scope efficiently.

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?

For a destructive tool with no annotations and no output schema, the description is too thin: it omits response behavior, irreversibility, and any required permissions or publish implications. The schema covers inputs, but not the consequences an agent needs to safely invoke it.

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?

Schema coverage is 100%, so each parameter is already documented. The description adds no relational or operational detail beyond the schema, matching the baseline for high coverage.

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?

Names a specific verb and resource: 'Deletes a tag from a GTM workspace.' This clearly differentiates it from sibling tools that create/update/list/get tags and from delete operations on triggers/variables.

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?

Usage is implied by the action and resource: use it when a tag should be deleted. However, there is no explicit guidance about when not to use it, prerequisites, or alternatives such as gtm_update_tag for disabling a tag instead.

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