Skip to main content
Glama
boundarycraftlab

authority-webhook-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RELEASE_WEBHOOK_URLNoThe webhook URL to send release notices. If not set, a deterministic dry-run provider is used. HTTPS is required except for localhost test endpoints.

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
publish_release_noticeA

Normalize and publish a release announcement to the configured webhook. Without RELEASE_WEBHOOK_URL, the provider is a local dry run.

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 single tool's purpose is clearly described, so agents can unambiguously select it.

Naming Consistency5/5

The sole tool follows a clear verb_noun pattern (publish_release_notice), making it predictable and consistent within the set.

Tool Count3/5

A single tool is minimal, which feels thin for a server named 'authority-webhook-mcp'. However, the tool is narrowly scoped to release notices, so the count is borderline rather than egregiously insufficient.

Completeness4/5

The tool covers the core action of normalizing and publishing a release notice, with a dry-run fallback. Missing are operations like configuration validation or history, but the primary workflow is complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues