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.
| Name | Type | Required | Description |
|---|---|---|---|
| No parameters — just call it | |||
// MCP tool call
{
"name": "drift_open_positions",
"arguments": {}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}