get_prompt
Retrieve specific prompts by name or ID from promptz.dev to reduce context switching in development workflows.
Instructions
Get a specific prompt by ID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the prompt to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the prompt to retrieve",
"type": "string"
}
},
"type": "object"
}