Skip to main content
Glama
x51xxx

OSP Marketing Tools MCP Server

by x51xxx

health_check

Verify server functionality and resource accessibility on the OSP Marketing Tools MCP Server to ensure smooth operation of marketing tools.

Instructions

Check if the server is running and can access its resources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Inline handler function for the health_check tool, which returns a static response confirming the server is healthy, listing accessible resources, and providing the 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" }) }] }) );
  • Registration of the health_check tool using server.tool(), including name, description, and inline handler.
    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" }) }] }) );

Other Tools

Related Tools

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