{
  "protocolVersion": "0.3.0",
  "name": "Sports Card Radar agent",
  "description": "Answers what a trading card is worth from a list of sold prices, what a card’s centering measures and what grade it permits, what a grading submission costs and whether it is worth doing, what a population report says, and whether a card is a rookie card — from the datasets published at sportscardradar.com and the same engine the site runs. It computes and looks up; it does not buy, sell, grade or store anything, and holds nothing about any user.",
  "version": "1.0.0",
  "url": "https://sportscardradar.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://sportscardradar.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Vast Flow, LLP",
    "url": "https://sportscardradar.com"
  },
  "documentationUrl": "https://sportscardradar.com/api/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "card-value",
      "name": "Card value from comps",
      "description": "Median, outlier flags and a confidence range over a list of sold prices.",
      "tags": [
        "cards",
        "valuation",
        "statistics"
      ],
      "examples": [
        "These sold for 38, 41, 44, 47, 52 and 940 — what is the card worth?",
        "How many sold comps do I need before the number means anything?"
      ]
    },
    {
      "id": "centering",
      "name": "Centering and grade ceiling",
      "description": "The centering ratio from border measurements, and the highest grade each company publishes for it.",
      "tags": [
        "cards",
        "grading",
        "reference"
      ],
      "examples": [
        "Left border 3.2mm, right 2.4mm — what centering is that and can it be a PSA 10?",
        "What centering does a BGS 9.5 need?"
      ]
    },
    {
      "id": "grading-economics",
      "name": "Grading cost and expected value",
      "description": "All-in submission cost per card, and whether grading beats selling raw.",
      "tags": [
        "cards",
        "grading",
        "money"
      ],
      "examples": [
        "What does it cost to grade one card if the fee is $25 and postage is $40 both ways?",
        "Raw is $100, a 10 sells for $600 with a 20% chance — is grading worth it?"
      ]
    },
    {
      "id": "card-reference",
      "name": "Era, anatomy and rookie rules",
      "description": "What a card’s year says about its value, what the marks on it mean, and whether it is a rookie card.",
      "tags": [
        "cards",
        "reference"
      ],
      "examples": [
        "Is a 1990 Topps common worth anything?",
        "Is a Bowman prospect card a rookie card?",
        "What does the copyright line on the back tell me?"
      ]
    }
  ]
}
