Skip to main content
Glama

DICOM-MCP

by shaunporwal

crop-dicom-image

Remove a specified percentage of boundary areas from loaded DICOM medical images to focus on essential regions. Input includes Series UID and boundary percentage for precise cropping.

Instructions

Crop a loaded DICOM image by removing boundary percentage

Input Schema

NameRequiredDescriptionDefault
boundary_percentageNoPercentage of image to crop from each boundary (0.0-0.5)
series_uidYesSeries UID of the loaded DICOM image

Input Schema (JSON Schema)

{ "properties": { "boundary_percentage": { "description": "Percentage of image to crop from each boundary (0.0-0.5)", "type": "number" }, "series_uid": { "description": "Series UID of the loaded DICOM image", "type": "string" } }, "required": [ "series_uid" ], "type": "object" }

You must be authenticated.

Other Tools from DICOM-MCP

Related Tools

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/shaunporwal/DICOM-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server