drift_open_positions

$0.002 USDC per call

Get open Drift BET prediction market positions from your configured Drift Gateway. Returns all active positions with entry price, current implied probability, unrealized PnL, and direction (long=YES, short=NO). Requires DRIFT_GATEWAY_URL to be set.

Parameters
NameTypeRequiredDescription
No parameters — just call it
Example Call
// MCP tool call
{
  "name": "drift_open_positions",
  "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