utm-helper-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UTM_SPEC_SOURCE_URL | No | Raw 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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| UtmServer_GetGuidelinesA | Return the authoritative UTM tagging guide. Fetches |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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