get_theme
Retrieve details of a custom color theme by providing its ID or partial name (case-insensitive).
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. |