Create a new prompt
create-promptCreate a new prompt to your personal collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the prompt | |
| prompt | Yes | The acual prompt, it can use variables like this {{variable_name}} that will be substituted when invoked with the respective input | |
| as_tool | No | Whether to expose this prompt also as a tool (other than a prompt) in MCP | |
| description | Yes | The description of the prompt |