get_system_tokens
Export design tokens from a public system in your chosen format: globals-css, colors-ts, spacing-ts, typography-ts, tailwind-theme, or brand-manifest.
Instructions
Export a public system's tokens in one format: globals-css, colors-ts, spacing-ts, typography-ts, tailwind-theme or brand-manifest. Calls the legacy /api/systems/export endpoint, not a v1 path - the export route has no v1 equivalent yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | System name, public slug or alias (e.g. "launchwp") | |
| format | No | One of globals-css, colors-ts, spacing-ts, typography-ts, tailwind-theme, brand-manifest (default globals-css) | globals-css |