find_tokens_by_type
Searches for all design tokens of a specific type across all workspaces, tokensets, and modes. This is perfect for finding all colors, spacing values, typography settings, or any other token type in your entire design system.Tool Schema
Parameters
Supported Token Types
Response
Example Usage in Claude
Find All Colors
Find Typography Tokens
Find Spacing Values
Find Specific Token Types
Common Use Cases
1. Design System Audit
2. Consistency Check
3. Token Inventory
4. Cross-Product Analysis
Notes
- Searches across ALL workspaces you have access to
- No workspace ID needed - searches everything
- Returns tokens grouped by workspace and tokenset
- Includes mode information for each token
- Shows total count of tokens found
Tips
- Broad Search: Great for understanding your entire design system
- Token Types: Use exact type names (color, dimension, fontSize, etc.)
- Cross-Workspace: Finds tokens even across different projects
- Mode Awareness: Shows which mode each token belongs to
See Also
- search_tokens - Search by name, value, or description
- list_resources - Overview of all resources
- get_tokens_by_mode - Get tokens from specific mode
- find_tokens_by_type - This tool