Skip to main content
Resources are read-only MCP capabilities. Use them for stable external context such as policies, templates, docs, or product metadata. A resource import exposes an MCP resource to a workflow.
Read a resource in a dynamic block:
Resources can also be provided to agents through uses.
Use dynamic { read resource.* } when the workflow must always load the resource. Use uses: [resource.*] when the model should decide whether to read it during that step.

See also