get_prompt
Retrieve a prompt by name with optional arguments, and receive the rendered prompt as JSON with a messages array. Use this to fetch predefined prompts for your Kuudo deployment.
Instructions
Catalog entry. Runs in your Kuudo deployment, not here. Get a prompt by name with optional arguments. Returns the rendered prompt as JSON with a messages array. Arguments should be provided as a dict mapping argument names to values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the prompt to get | |
| arguments | No | Optional arguments for the prompt |