Skip to content
Release: Australia · Updated: 2026-05-29 · Official documentation · View source

Create a tool from Subflow

Create a tool from Subflow to expose it to Model Context (MCP) clients from an MCP Server. Subflows and actions empower agents to complete tasks seamlessly —from submitting requests to routing for approval and confirming outcomes across workflows, without leaving the client interface.

Before you begin

Role required: sn_mcp_server.tools_admin, sn_mcp_server.admin, or admin

Perform these steps before creating a tool:

  1. Create a subflow in Flow Designer using supported input and output data types. See to learn more.
  2. Establish the requisite AI Access Control List (ACL) to facilitate external invocation of the component. See Create AI ACL to learn more.
  3. Confirm the compatibility status in the staging table. See Check compatibility of Subflow or Action to learn more.
  4. Register the component as a tool within the MCP Server.

Procedure

  1. Select Subflow from these categories.
Image omitted: mcp-create-tool-moveworks.png
Tool creation
  1. On the form, fill in the fields.
Image omitted: mcp-server-create-tool-subflow.png
Create tool from Subflow
**Note:** The **category** is auto-populated if selected in the last modal.
FieldDescription
SubflowSelect a Subflow type from the list.
LabelAn internal name for the tool.
MCP appAn active MCP app linked to this subflow.
Description

The description of what the tool intends to do. This input is exposed to AI clients and used to determine when to call this tool.

Note: Admins must add specific and action-oriented description as the AI clients access it to decide when to invoke the tool.

MCP ServersOne or more servers you want to add your tool to.
In the Tool inputs section, add the fields associated with the capability. See [Create a tool for a Model Context Protocol server](create-tool-mcp-server.md) to learn more. The tool is now published on MCP Server and discoverable by MCP clients.

What to do next

Invoke the tool via Claude or an alternative MCP client and verify that it functions as intended with the tool you registered. Launch MCP client to test end-to-end execution.

Parent Topic:Create a tool for a Model Context Protocol server