Tool tree
Organize your Magic: The Gathering collection, explore cards and editions, and understand value with clear market context.
navigate_magic_brainAction
Navigate to a named page in the Magic Brain website. Use this instead of guessing URLs or clicking through menus.
View tool JSON
{
"name": "navigate_magic_brain",
"kind": "act",
"impl": "imperative",
"description": "Navigate to a named page in the Magic Brain website. Use this instead of guessing URLs or clicking through menus.",
"inputSchema": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": [
"overview",
"market",
"market_movers",
"latest-set-watch",
"portfolio",
"inventory",
"discover",
"watchlist",
"reserved-list",
"brain",
"signals",
"analyst",
"predict",
"settings",
"developers"
],
"description": "overview: Open the Magic Brain overview dashboard. market: Browse market movements and pricing activity. market_movers: Open the public daily ranking of the top 50 Magic card gainers and losers. latest-set-watch: Review opportunities in the latest Magic set. portfolio: Open the signed-in user's collection portfolio. inventory: Manage the signed-in user's card inventory. discover: Discover cards using Magic Brain filters. watchlist: Open the signed-in user's card watchlist. reserved-list: Explore Reserved List cards. brain: Open Magic Brain's research workspace. signals: Review market signals. analyst: Open the price analyst. predict: Open price prediction tools. settings: Open account and application settings. developers: Open API and MCP developer resources."
},
"request_summary": {
"type": "string",
"minLength": 1,
"maxLength": 500,
"description": "Optional short paraphrase of the user's navigation intent. Do not include the original prompt or personal data."
},
"request_context": {
"type": "object",
"description": "Optional privacy-safe metadata inferred from the request; never include the original prompt or personal data.",
"properties": {
"intent": {
"type": "string",
"enum": [
"research",
"compare",
"monitor",
"developer",
"other"
]
},
"language": {
"type": "string",
"enum": [
"en",
"es",
"other"
]
},
"output_format": {
"type": "string",
"enum": [
"answer",
"list",
"table",
"analysis",
"action"
]
},
"subject": {
"type": "string",
"maxLength": 120
}
},
"required": [
"intent"
],
"additionalProperties": false
}
},
"required": [
"destination"
],
"additionalProperties": false
},
"page": "/"
}