update_gtm_tag_html
ActiveTool of io.github.jshorwitz/synter-ads
Replace the HTML body of an existing GTM Custom HTML tag (5 credits). MODIFIES LIVE SITE TRACKING once the container is published. Only type 'html' tags are allowed; the change stays in the workspace until publish_gtm_container runs.
Parameters schema
{
"type": "object",
"title": "update_gtm_tag_html_toolArguments",
"required": [
"tag_id",
"html"
],
"properties": {
"html": {
"type": "string",
"title": "Html"
},
"tag_id": {
"type": "string",
"title": "Tag Id"
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"container_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Container Id",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries