Skip to main content
Glama

InterSystems IRIS MCP Server

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

NameRequiredDescriptionDefault
item_nameNo
limitNo
log_type_alertNo
log_type_errorNo
log_type_infoNo
log_type_warningNo

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/caretdev/mcp-server-iris'

If you have feedback or need assistance with the MCP directory API, please join our Discord server