get_gtm_tag
ActiveTool of io.github.Synter-Media-AI/synter-ads
declared in 1.27.0
Get the full definition of one GTM tag (2 credits), including its parameters (the html body for Custom HTML tags) and firing triggers.
Parameters schema
{
"type": "object",
"title": "get_gtm_tag_toolArguments",
"required": [
"tag_id"
],
"properties": {
"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
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries