Skip to main content
Prompts are reusable MCP-managed instruction assets. A prompt import exposes an MCP prompt to a workflow.
Render a prompt in a dynamic block:
Prompts can also be provided to an agent through uses.
Use dynamic { render prompt.* } when prompt content should be materialized before agent execution. Use uses: [prompt.*] when the prompt should be available as agent capability context. uses accepts tools, prompts, and resources.

See also