interoperability_production_start
Initiate an interoperability production within InterSystems IRIS MCP Server by specifying the production name, enabling streamlined data exchange and integration processes.
Instructions
Start an Interoperability Production
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"default": null,
"title": "Name",
"type": "string"
}
},
"title": "interoperability_production_startArguments",
"type": "object"
}