extract-dicom-metadata
Extract detailed metadata from DICOM files to analyze medical imaging data. Utilize the DICOM-MCP server for efficient processing and storage.
Instructions
Extract detailed metadata from a DICOM file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dicom_file | Yes | Path to a DICOM file |
Input Schema (JSON Schema)
{
"properties": {
"dicom_file": {
"description": "Path to a DICOM file",
"type": "string"
}
},
"required": [
"dicom_file"
],
"type": "object"
}