Skip to main content
Glama
x51xxx

OSP Marketing Tools MCP Server

by x51xxx

health_check

Verify the OSP Marketing Tools MCP Server's operational status and resource accessibility to ensure marketing workflows proceed without interruption.

Instructions

Check if the server is running and can access its resources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'health_check' tool, including its inline handler function that returns a static JSON response with server health status, available resources, and version.
    server.tool( "health_check", "Check if the server is running and can access its resources", async (_extra) => ({ content: [{ type: "text", text: JSON.stringify({ status: "healthy", resources: ["osp://marketing-tools"], version: "1.0.0" }) }] }) );
  • Inline handler for the health_check tool that executes the tool logic by returning a content block with JSON health status.
    async (_extra) => ({ content: [{ type: "text", text: JSON.stringify({ status: "healthy", resources: ["osp://marketing-tools"], version: "1.0.0" }) }] }) );

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/x51xxx/osp-marketing-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server