Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize-notes | Creates a summary of all notes |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add-note | Add a new note |
| scan-dicom-directory | Scan a directory for DICOM files and organize them into series |
| extract-dicom-metadata | Extract detailed metadata from a DICOM file |
| load-dicom-series | Load a DICOM series into memory for processing |
| load-dicom-seg | Load a DICOM SEG file and associate it with a reference image |
| crop-dicom-image | Crop a loaded DICOM image by removing boundary percentage |