Skip to main content

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

Response

When called without workspace_id:
When called with 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

  1. Start Here: Always use this tool first when exploring
  2. Copy IDs: Note down the IDs you need for other operations
  3. Understand Hierarchy: Workspaces → Tokensets → Modes → Tokens
  4. Default Modes: Look for is_default: true flags

See Also