get_theme
Fetch details of a custom color theme using its ID or a partial name. Useful for viewing theme attributes.
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. |