Render a prompt workflow
gvt_get_promptRender a GVT prompt workflow with concrete argument values, returning the complete step-by-step instruction text ready to follow. Also returns the effective arguments that were bound (provided values plus defaults for omitted optionals). Prompt names and their arguments come from gvt_list_prompts. The rendered text references GVT tools by name — call them as instructed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Prompt name from gvt_list_prompts, e.g. gvt_setup_domain_monitoring. | |
| arguments | No | Argument values for the prompt, keyed by argument name (e.g. {"domain": "example.com", "frequency": "weekly"}). Omit optional arguments to use their defaults. |