check_typesense_health
Verify the health status of a configured Typesense server to ensure optimal search performance and database functionality.
Instructions
Checks the health status of the configured Typesense server.
Args:
ctx (Context): The MCP context, providing access to application resources.
Returns:
dict | str: The health status dictionary from Typesense or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "check_typesense_healthArguments",
"type": "object"
}