You're viewing a demo portfolio

Join the waitlist
PRSM

get_setup_quality

Active

Tool of PredMCP

declared in 0.7.0

Execution-quality score (0-100, A-F grade) for entering a position right now: spread, slippage at desired size, orderbook depth, volatility regime, trend alignment, support/resistance proximity. Different from conviction (direction) — this scores ENTRY conditions.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "asset",
    "direction"
  ],
  "properties": {
    "asset": {
      "type": "string",
      "description": "Asset ticker, e.g. \"BTC\", \"HYPE\""
    },
    "direction": {
      "enum": [
        "long",
        "short"
      ],
      "type": "string",
      "description": "Trade direction you are considering"
    },
    "size_usdc": {
      "type": "number",
      "default": 200,
      "maximum": 1000000,
      "minimum": 10,
      "description": "Order size in USDC to evaluate slippage for (default: 200)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →
get_setup_quality — PredMCP — PRSM MCP