interoperability_production_status
Monitor and retrieve the status of Interoperability Productions on InterSystems IRIS MCP Server, enabling targeted insights with optional detailed status requests.
Instructions
Status of an Interoperability Production
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_status | No | ||
| name | No |
Input Schema (JSON Schema)
{
"properties": {
"full_status": {
"default": false,
"title": "Full Status",
"type": "boolean"
},
"name": {
"default": null,
"title": "Name",
"type": "string"
}
},
"title": "interoperability_production_statusArguments",
"type": "object"
}