{
"name": "search_tokens",
"description": "Search for design tokens by name, type, or value",
"inputSchema": {
"type": "object",
"properties": {
"tokenset_id": {
"type": "string",
"description": "ID of the tokenset to search"
},
"mode_id": {
"type": "string",
"description": "ID of the mode to search (optional)"
},
"query": {
"type": "string",
"description": "Search query (searches in token names and descriptions)"
},
"type": {
"type": "string",
"description": "Filter by token type (color, dimension, etc.)"
}
},
"required": ["tokenset_id", "query"]
}
}