interoperability_production_create
Set up an Interoperability Production to streamline data exchange and system integration within the InterSystems IRIS MCP Server environment.
Instructions
Create an Interoperability Production
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "interoperability_production_createArguments",
"type": "object"
}