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/

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The tool name is specific and unambiguous.

Naming Consistency5/5

Single tool ensures perfect naming consistency; the PascalCase prefix 'UtmServer_' is clear and consistent.

Tool Count1/5

A single tool that only returns guidelines is far too minimal for a UTM helper server. The domain typically requires at least URL generation and validation tools.

Completeness1/5

The tool surface is severely incomplete; it only provides guidelines but lacks any operational UTM tools such as creation, parsing, or validation.

Maintenance

ActivityInactive
ResponsivenessUnresponsive