get_theme
Retrieve details of a specific custom color theme using its ID or partial name. Use when you need theme information without listing all themes.
Instructions
Use this when the user wants to view details of a specific custom color theme. Accepts either the theme ID or a partial name (case-insensitive). Do NOT use this for listing all themes (use list_themes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the custom theme to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the theme when ID is unknown. |