Workato Skill connector
The Workato Skill connector lets you build skills that AI agents call as tools. The connector provides the skill functionality of the Workato Genie connector without requiring access to genies.
Existing Workato Genie connector skills continue to function. Refer to Transition from the Workato Genie connector for more information.
CONNECTOR ACCESS
The Workato Skill connector is available to customers on Business MCP, Enterprise MCP, and plans with Workato Agent Studio enabled. Users with either the Workato Genies privilege or the MCP servers privilege can view and manage skill recipes.
Connection setup
The Workato Skill connector is a built-in connector. It doesn't require authentication or connection setup.
Skill assignment
Assign a skill to one or more MCP servers or genies to make it available to them:
- MCP server: The skill becomes available as an MCP tool to any external MCP client connected to the server, such as Claude, Microsoft Copilot Studio, or Glean.
- Genie: The skill becomes available to the genie's underlying agent.
Recipe structure
When you create a skill, the recipe editor opens with a Start workflow trigger that receives parameters from the calling agent and a Return response action that sends the result back to the agent.
After you configure the Start workflow trigger, you can optionally replace it with a different trigger to run the recipe from an external event instead of an agent invocation. The recipe editor prompts you for confirmation before it makes the change.
Replacing the trigger permanently removes the skill from any assigned genies and MCP servers, and you can't undo this action. The fields defined in the original trigger's result schema remain available in the Return response action.
Refer to the Start workflow and Return response pages for details about each step.
Limitations
The Workato Skill connector has the following limitations:
- The Return response action has a maximum response size of 250 KB. You can pass larger results as a streamable datapill to work around this limitation. Refer to Stream large results for more information.
- Result fields don't support binary file content. Pass the binary content as a reference to a file storage location your agent can access. Refer to Binary content for more information.
Last updated: