mailchimp_ping

Ping Mailchimp MCP Server

Mailchimp

Description

Health check for the Mailchimp MCP server. Does not call the Mailchimp API.

Read-onlyIdempotent

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "mailchimp_ping",
    "arguments": {
      "reason": "Verify server is running"
    }
  }
}

Parameters

NameTypeRequiredDescription
feedback_type string Required Feedback category: new_tool (request new capability), improvement (enhance existing tool), bug (report issue), workflow_gap (missing workflow)
new_tool improvement bug workflow_gap
title string Required Concise title summarizing the feedbackminLength: 5, maxLength: 200
description string Required What is needed and whyminLength: 20, maxLength: 2000
reason string Required Why this tool call is neededminLength: 1, maxLength: 500
Optional parameters (3)
NameTypeRequiredDescription
current_workaround string Optional Current workaround, if anymaxLength: 1000
priority string Optional Impact level: low (nice-to-have), medium (improves workflow), high (blocking issue)
low medium high
interface string Optional Interface the feedback originated from: MCP (default) or CLI
MCP CLI

Examples

Health check

{
  "reason": "Verify server is running"
}

hopkin mailchimp

With message

{
  "message": "hello",
  "reason": "Test connectivity"
}

hopkin mailchimp --message hello