Prepare Task Template
A task template becomes MCP-capable — meaning it can be triggered by an LLM — as soon as its exit node uses the MCPResult schema. No additional configuration is required.
Adding the MCPResult Schema
Section titled “Adding the MCPResult Schema”There are two ways to add the MCPResult schema to a task template:
- Via the settings button — open the task template canvas and use the settings button to enable MCP. This automatically assigns the MCPResult schema to the exit node.
- Manually — select the exit node and set its output schema to
MCPResult.
Once the exit node complies with the MCPResult schema, Requence automatically registers the task template as an available MCP tool.
Requirements
Section titled “Requirements”- The exit node must use the
MCPResultschema - The task template must validate successfully (no broken references or missing schemas)