platform_adminPlatform Administration

2 MCP tools.

Machine-readable: /reference/api/tools/platform_admin.json

Tools

monitoring_service_health_check read-only

Liveness ping for core platform services. Default probes postgres, redis, celery, and the embedding server on :8100. Returns [{service, status, latency_ms, last_check_iso, detail}]. Best-effort, never raises; failures surface as status='down'.

category
platform_admin (Platform Administration)

Parameters

services : array
Optional list of service names to probe; defaults to ['postgres', 'redis', 'celery', 'embedding_server']