Skip to content

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.

There are two ways to add the MCPResult schema to a task template:

  1. 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.
  2. 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.

  • The exit node must use the MCPResult schema
  • The task template must validate successfully (no broken references or missing schemas)