run_scenario_11652
Run scenarios to add new items to inventory by specifying the item name, enabling AI assistants to trigger automation workflows on the Make MCP Server.
Instructions
Tool: Add to Inventory (Add a new item to the inventory.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Item name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Item name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}