Skip to main content
Glama

InterSystems IRIS MCP Server

tools.py472 B
def raise_on_error(iris, status): if status and status[0] != "1": message = iris.classMethodValue("%SYSTEM.Status", "GetErrorText", status) raise Exception(message) class transaction: def __init__(self, iris): self.iris = iris def __enter__(self): self.iris.tStart() def __exit__(self, exc_type, exc_value, traceback): if exc_type: self.iris.tRollback() else: self.iris.tCommit()

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