Skip to main content
Glama

health_check

Verify server status and resource accessibility to ensure operational readiness for marketing content optimization workflows.

Instructions

Check if the server is running and can access its resources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The health_check tool handler function, decorated with @mcp.tool() which registers it with the FastMCP server. It returns a simple health status dictionary.
    @mcp.tool() async def health_check() -> dict: """Check if the server is running and can access its resources""" return { "status": "healthy", "resources": ["osp://marketing-tools"], "version": "0.1.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/open-strategy-partners/osp_marketing_tools'

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