get_prompt
Retrieve a named prompt with optional arguments for legal research tasks, returning rendered prompt as JSON messages array.
Instructions
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |