add_prompt
Create a new prompt entry in the database by specifying its name, type, and detailed content, with optional tags for organization.
Instructions
Add a new prompt to the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the prompt | |
| tags | No | Optional list of tags for the prompt | |
| type | Yes | Type of the prompt. Use the list_all_types tool to check existing types to use. | |
| detailed_prompt | Yes | The detailed content of the prompt |