list_resources
Provides a hierarchical overview of all workspaces, tokensets, and modes with their IDs. This is the best tool to start with when exploring your design tokens, as it helps you understand the structure and find the IDs needed for other operations.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspace_id | string | No | Optional workspace ID to show only that workspace’s tokensets and modes |
Response
When called withoutworkspace_id:
workspace_id:
Example Usage in Claude
Get All Workspaces
Explore Workspace Structure
Quick ID Reference
Common Use Cases
1. Initial Exploration
2. Finding IDs
3. Understanding Structure
4. Planning Operations
Two Usage Patterns
1. Overview Mode (No workspace_id)
- Shows all workspaces
- Quick way to see what you have access to
- Use this when you need to choose a workspace
2. Detailed Mode (With workspace_id)
- Shows complete hierarchy for one workspace
- Includes all tokensets and their modes
- Use this when you need specific IDs for operations
Notes
- This tool is your best starting point for any token operations
- Always call this first if you’re unsure about IDs or structure
- The response includes helpful usage instructions
- IDs are what you need for all other tools
Tips
- Start Here: Always use this tool first when exploring
- Copy IDs: Note down the IDs you need for other operations
- Understand Hierarchy: Workspaces → Tokensets → Modes → Tokens
- Default Modes: Look for
is_default: trueflags
See Also
- list_workspaces - Simple workspace list
- list_tokensets - Tokensets in a workspace
- list_modes - Modes in a tokenset
- get_tokens_by_mode - Get tokens by mode name