Skip to main content
Glama
ArcadeAI

utm-helper-mcp

by ArcadeAI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UTM_SPEC_SOURCE_URLNoRaw base URL of the Git spec source. The server appends file names (e.g. GUIDE.md), so it must serve raw file contents. A trailing / is added if omitted.https://raw.githubusercontent.com/ArcadeAI/utm-helper-mcp/main/

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
UtmServer_GetGuidelinesA

Return the authoritative UTM tagging guide.

Fetches GUIDE.md from the Git spec source pointed at by the UTM_SPEC_SOURCE_URL secret (briefly cached). If the source is unreachable or misconfigured, this fails loud with a specific error and does NOT fall back to any built-in guide — fix the configuration or contact the admin.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ArcadeAI/utm-helper-mcp'

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