check_bridge_health
Check the Figma WebSocket bridge health to ensure connectivity. Returns status (healthy, degraded, down), latency, client count, and uptime.
Instructions
Check health of the Figma WebSocket bridge. Works with no plugin connected; never throws.
Returns: { status: "healthy"|"degraded"|"down", connected, clientCount, latencyMs, uptimeSeconds, port, error? } — clientCount 0 means no plugin open in Figma. Call this first before any Figma-dependent tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||