get_prompt
Retrieve a specific prompt by its unique ID using the Promptopia MCP server for quick and precise access to stored prompts.
Instructions
Gets a prompt by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the prompt to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID of the prompt to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}