Skip to main content
Glama
caretdev

InterSystems IRIS MCP Server

interoperability_production_recover

Restore functionality to an InterSystems IRIS interoperability production, ensuring continued data flow and system operations within the MCP environment.

Instructions

Recover an Interoperability Production

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Tool registration via @server.tool decorator defining the recover tool.
    @server.tool(description="Recover an Interoperability Production")
  • The main handler function that logs the action, retrieves the IRIS instance, calls RecoverProduction on Ens.Director using raise_on_error, and returns success message.
    async def interoperability_production_recover( ctx: Context, ) -> str: logger.info("Recovering Interoperability Production") iris = ctx.iris raise_on_error( iris, iris.classMethodString("Ens.Director", "RecoverProduction") ) return "Recovered"

Latest Blog Posts

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