check_server_status
Verify the operational status and authentication of the Product Hunt MCP server. Retrieve server state, user details, rate limits, and error messages for monitoring and troubleshooting.
Instructions
Check the status of the Product Hunt MCP server and authentication.
Returns:
- status (str): "Ready", "Not initialized", "Token invalid", or "Error".
- authenticated (bool, optional): True if authenticated, False otherwise.
- user (dict, optional): User details if authenticated.
- rate_limits (dict, optional): API rate limit information.
- message (str, optional): Additional status or error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "check_server_statusArguments",
"type": "object"
}