interoperability_production_logs
Retrieve and analyze InterSystems IRIS MCP Server interoperability production logs, filtering by log type (info, alert, error, warning) and setting query limits for efficient monitoring and troubleshooting.
Instructions
Get Interoperability Production logs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
item_name | No | ||
limit | No | ||
log_type_alert | No | ||
log_type_error | No | ||
log_type_info | No | ||
log_type_warning | No |
Input Schema (JSON Schema)
{
"properties": {
"item_name": {
"default": null,
"title": "Item Name",
"type": "string"
},
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
},
"log_type_alert": {
"default": false,
"title": "Log Type Alert",
"type": "boolean"
},
"log_type_error": {
"default": true,
"title": "Log Type Error",
"type": "boolean"
},
"log_type_info": {
"default": false,
"title": "Log Type Info",
"type": "boolean"
},
"log_type_warning": {
"default": true,
"title": "Log Type Warning",
"type": "boolean"
}
},
"title": "interoperability_production_logsArguments",
"type": "object"
}