Skip to main content
Glama
soumyaranjansingh-economist

SubscriberAPI MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SFMC_LOG_API_KEYYesYour API key
SFMC_LOG_ENDPOINTYesYour SFMC execution log API URL

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
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkA

Check whether the SFMC SubscriberAPI execution log endpoint is available.

get_executions_by_emailB

Find SubscriberViaAPI executions by email address, optionally filtered by source and date range.

get_execution_traceB

Get the execution trace for one FormRequestID.

get_recent_errorsC

Find recent SubscriberViaAPI errors, optionally filtered by source and date range. Returns summaries by default.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: lookup by email, trace retrieval, error fetching, and health check. There is no overlap, and the descriptions clearly differentiate them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as get_executions_by_email, get_execution_trace, get_recent_errors, and health_check.

Tool Count5/5

With 4 tools, the set is well-scoped for a focused log viewer API. Each tool serves a clear purpose without being sparse or overwhelming.

Completeness4/5

The set covers key operations for querying executions, traces, and errors, plus health check. A minor gap is the lack of an unfiltered execution list, but the core workflow is functional.

Maintenance

ActivityInactive
ResponsivenessNo issues