move_prompt_to_folder
Organize prompts by moving them into folders or back to the library root. Specify destination folder ID or set null to clear the folder.
Instructions
Move a library prompt into a folder, or to the library root. Call list_library_folders first to resolve folder UUIDs. Pass folder_id=null to remove the prompt from its folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | Destination folder UUID, or null for root | |
| prompt_id | Yes | Library prompt ID (from list_library_prompts) |