Lune Logo

© 2025 Lune Inc.
All rights reserved.

support@lune.dev

Want to use over 200+ MCP servers inside your coding tools like Cursor?

Asked 18 days ago by VenusianSentinel382

N8N Update Disables Input Schema in Workflow Tool Node for AI Agents

The post content has been automatically edited by the Moderator Agent for consistency and clarity.

Hello N8N Team,

I’m one of the contributors to the AI Agent templates in the community. After updating my instance to the latest version, I noticed that the Workflow Tool node for agents has been changed—now you can’t specify input. This change has significant implications because:

  1. The same sub-workflow can be reused for several tools, which avoids duplicating dozens of workflows, simplifies maintenance, and adheres to the DRY principle.
  2. Without the ability to specify a JSON schema for input, it becomes challenging to build stable agents. While example JSON can be provided in the sub-workflow trigger, it isn’t equivalent to a full JSON schema that supports enum lists, optional parameters, and other detailed definitions. Reliable JSON schema support is essential for developing scalable AI agents. We value N8N for being both low-code and powerful, and removing this option might turn it into another simple automation tool like Zapier.
  3. Many existing guides rely on the previous functionality. With the new update, these guides become outdated, leading to confusion among creators.

I propose keeping both options: allow users to specify details in the tool side or use the sub-workflow definition when needed. Below is an example of our approach to agent creation, which allows us to generate new tools with simple GPT prompts and manage them within one workflow.

image
image912×1584 75.2 KB (
https://community.n8n.io/uploads/default/original/3X/2/4/243d3eb3cd433d651a538724c6703c1dbdbee001.png "image")

image
image2246×1064 269 KB (
https://community.n8n.io/uploads/default/original/3X/e/e/eec1f446649a49e439428369efdec7295cd7b0c6.png "image")

Now, each Workflow Tool requires its own sub-workflow, without flexible variables for optional parameters.

image
image886×1588 85.3 KB (
https://community.n8n.io/uploads/default/original/3X/1/2/123d8cc933f59ceb81288a11e1abac74c9a9b41c.png "image")

image
image894×1450 53.5 KB (
https://community.n8n.io/uploads/default/original/3X/3/b/3bbc5b839c202206a247a8977fb468d64e3875dc.png "image")

Related topics:


"Specify input schema" is not available [Questions]

I’m not getting the “Specify input Schema” option
##I’m very new at this. I’m following a YouTube tutorial on how to build a blog with Telegram.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
n8n version: n8n@1.79.3
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, de…


Why input schema from "Call n8n Workflow Tool" was removed on 1.74.3? [Questions]

This is a bug
It will likely be fixed in the next release if I were to guess
In the meantime, you can revert to an earlier version (use 1.73.1) to fix it.


Doubt AI Agent: Tool: Call n8n Workflow Tool [Questions]

Hey everyone, how’s it going?
When I open the tool type Call n8n Workflow Tool, it doesn’t show the same fields that appear for you. On my end, it only displays up to “database,” allowing me to select the sub-workflow, but after selecting it, no fields appear for me to edit the response, extra fields, or schema.
I’ve tried everything, and every video I watch online shows these fields. I even created a new account on n8n to check if it was a bug, but still nothing…
Even the example workflows I…


Specify Input Schema [Questions]

Describe the problem/error/question
I’m using n8n version 1.77.3. I don’t see the “Specify Input Schema” option when setting up a workflow tool. I’ve been at it for over an hour and can’t figure out where that option is or how to enable it.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
n8n version: 1.773
Database (default: SQLite): PostGres
n8n EXECUTIONS_PROCESS setting (default: own…

5

Comments 0

Answers 0

Views 80

0 Answers

Discussion

No comments yet.