check_bridge_health
Checks Figma WebSocket bridge health before using Figma tools. Returns status, connected clients, latency, and uptime to prevent failed operations.
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 | |||