H3 CLI MCP Server

by h3alfy
  • Apple
  • Linux

health_check

Verify the functionality of the H3 CLI MCP Server and installation. This tool checks if the h3-cli is properly installed, ensures the API connection is operational, and helps diagnose setup or connectivity issues.

Instructions

Check the health of the MCP server and h3-cli installation. This tool verifies that: 1. The h3-cli tool is properly installed and in the system PATH 2. The H3 API connection is working (by running the 'hello-world' test) Use this tool to diagnose connectivity issues or confirm proper setup before running other operations. Args: None Returns: Dict containing: - status: "ok" if everything is working, "error" if there's a problem - details: A human-readable message describing the status - output: Raw output from the h3 hello-world command (if available) Examples: Basic health check: health_check() Expected successful response: { "status": "ok", "details": "h3-cli is installed and API is reachable.", "output": "{ "data": { "hello": "world!" } }" } Notes: - If the h3-cli tool is not installed, the status will be "error" - If the API key is invalid or there are connection issues, the status will be "error" - This tool is useful for troubleshooting MCP server configuration problems

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "health_checkArguments", "type": "object" }

You must be authenticated.

Other Tools from H3 CLI MCP Server

Related Tools

ID: jt5styg70r