Skip to main content
Glama
misbahsy

Video & Audio Editing MCP Server

by misbahsy

health_check

Verify server operation status by returning a health check response. Ensures the Video & Audio Editing MCP Server is functional for processing FFmpeg-based media operations.

Instructions

Returns a simple health status to confirm the server is running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • server.py:13-16 (handler)
    The health_check tool implementation: a FastMCP-decorated function that returns a static string confirming server health. This decorator also handles registration.
    @mcp.tool() def health_check() -> str: """Returns a simple health status to confirm the server is running.""" return "Server is healthy!"

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/misbahsy/video-audio-mcp'

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