open_by_key
Access InterSystems IRIS ObjectScript documentation pages using their official document keys to quickly retrieve specific technical information and reference materials.
Instructions
Open a documentation page by its official KEY
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Document key |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Document key",
"minLength": 3,
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}