update_platform
Modify platform configurations in Clarifyprompt-MCP by updating custom platforms or adding instructions to built-in platforms for optimized prompt generation.
Instructions
Update a custom platform or add/override instructions on a built-in platform. For built-in platforms, only instructions, instructions_file, and syntax_hints_append are supported.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Platform ID to update | |
| category | Yes | Category the platform belongs to | |
| label | No | Updated display name (custom platforms only) | |
| description | No | Updated description (custom platforms only) | |
| syntax_hints | No | Replace syntax hints (custom platforms only) | |
| syntax_hints_append | No | Additional syntax hints to append (works for both built-in and custom) | |
| instructions | No | Inline instructions (replaces existing) | |
| instructions_file | No | Path to .md instructions file (replaces existing) |