Skip to main content
Glama

InterSystems IRIS MCP Server

execute_sql

Run SQL queries directly on the InterSystems IRIS MCP Server to monitor and manipulate data, ensuring efficient interoperability management.

Instructions

Execute an SQL query on the Server

Input Schema

NameRequiredDescriptionDefault
paramsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "params": { "default": [], "items": { "type": "string" }, "title": "Params", "type": "array" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "execute_sqlArguments", "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