Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

gtm_delete_variable

Delete a Google Tag Manager variable from a specific workspace by providing account, container, workspace, and variable IDs. Removes the unwanted variable from your GTM setup.

Instructions

Deletes a variable from a GTM workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYesGTM Account ID
variableIdYesGTM Variable 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.3/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It states only that deletion occurs, but does not mention that the deletion is permanent, whether it affects tags or triggers referencing the variable, or what permissions are required.

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 with no filler or redundancy. Every word contributes to stating the operation and its target.

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

Completeness3/5

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

With only one sentence, no annotations, and no output schema, the description is minimally adequate for a straightforward delete operation, and the schema covers all parameters. However, it omits expectations about irreversibility, side effects, and success or failure behavior, which prevents full completeness.

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 description coverage is 100%, so the input schema already documents all four parameters. The description adds no extra semantic detail about parameter values or relationships, keeping this at 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?

The description uses a specific verb ('Deletes') with a precise resource ('a variable') and scope ('GTM workspace'). It distinguishes itself from sibling deletion tools like gtm_delete_tag and gtm_delete_trigger by naming 'variable' as the target.

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 about when to choose this tool over related variable tools such as gtm_create_variable, gtm_update_variable, or gtm_list_variables, nor any prerequisites or context. The description only restates the operation and gives no exclusions or alternatives.

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