6 tools registered. Strongest in shared experience, weakest in tool quality.
search_cards: 7 parameters have no description (max_total_cents, raw_or_graded, grading_company, grade); get_card_market_state: 2 parameters have no description (card_id, query); assess_listing: 1 par{
name: "search_cards",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{
"name": "search_cards",
"description": "Search normalized card variants and return the strongest exact-tier listing for each card.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"maxLength": 160,
"description": "Card name, set, number, grade, or condition."
},
"max_total_cents": {
"type": "integer",
"minimum": 1,
"maximum": 10000000
},
"raw_or_graded": {
"type": "string",
"enum": [
"RAW",
"GRADED"
]
},
"grading_company": {
"type": "string",
"enum": [
"PSA",
"BGS",
"CGC"
]
},
"grade": {
"type": "number",
"minimum": 1,
"maximum": 10
},
"minimum_seller_trust": {
"type": "number",
"minimum": 0,
"maximum": 100
},
"minimum_percent_below_market": {
"type": "number",
"minimum": 0,
"maximum": 95
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
}
},
"required": [
"query"
],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}search_cards: 7 parameters have no description (max_total_cents, raw_or_graded, grading_company, grade); get_card_market_state: 2 parameters have no description (card_id, query); assess_listing: 1 par{
name: "search_cards",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "assess_listing" /* short, unique, verb-based */ }{
"query": ""
}{
"query": ""
}{
"listing_id": ""
}