Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IRIS_PORT | No | The port number for the InterSystems IRIS database server | 1972 |
IRIS_HOSTNAME | No | The hostname of the InterSystems IRIS database server | localhost |
IRIS_PASSWORD | No | The password for authenticating with the InterSystems IRIS database | SYS |
IRIS_USERNAME | No | The username for authenticating with the InterSystems IRIS database | _SYSTEM |
IRIS_NAMESPACE | No | The namespace to use in the InterSystems IRIS database | USER |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
interoperability_production_create | Create an Interoperability Production |
interoperability_production_status | Status of an Interoperability Production |
interoperability_production_start | Start an Interoperability Production |
interoperability_production_stop | Stop an Interoperability Production |
interoperability_production_recover | Recover an Interoperability Production |
interoperability_production_needsupdate | Check if an Interoperability Production needs update |
interoperability_production_update | Update Interoperability Production |
interoperability_production_logs | Get Interoperability Production logs |
interoperability_production_queues | Get Interoperability Production queues |
execute_sql | Execute an SQL query on the Server |