drift_status

$0.001 USDC per call

Check health of Drift Protocol APIs. Pings the Drift Data API and (if configured) your Drift Gateway. Returns latency, status (ok/error/not_configured), and an overall health verdict (healthy/degraded/down). Useful before placing bets or querying positions.

Parameters
NameTypeRequiredDescription
No parameters — just call it
Example Call
// MCP tool call
{
  "name": "drift_status",
  "arguments": {}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground