You're viewing a demo portfolio

Join the waitlist
PRSM

resolveIdentityConflict

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Resolve a canonical identity conflict by adding an exclusion or flagging for manual review. FORCE_CREATE is prohibited — canonical creation is provider-only.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "sleeperId",
    "verdict",
    "reason"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "description": "Why this verdict was chosen"
    },
    "verdict": {
      "enum": [
        "IGNORE",
        "MANUAL_REVIEW",
        "FORCE_CREATE"
      ],
      "type": "string",
      "description": "Resolution verdict"
    },
    "sleeperId": {
      "type": "string",
      "description": "Provider player ID (e.g., Sleeper player ID)"
    },
    "providerSource": {
      "type": "string",
      "description": "Provider source (default: sleeper)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chikoh - Fantasy Sports & Entertainment Intelligence

https://github.com/romcdonald9976/chikoh-architecture-showcase.git

1/7 registries
View full server →
resolveIdentityConflict — Chikoh - Fantasy Sports & Entertainment Intelligence — PRSM MCP