Skip to main content
Glama

MCP Media Processing Server

by maoxiaoke

rotate-image

Rotate images by a specified angle using input and output paths for precise image adjustments and saving. Simplify image orientation tasks for better media management.

Instructions

Rotate image by specified degrees

Input Schema

NameRequiredDescriptionDefault
degreesYesRotation angle in degrees
inputPathYesAbsolute path to input image file
outputFilenameNoOutput filename (only used if outputPath is not provided)
outputPathNoOptional absolute path for output file. If not provided, file will be saved in Downloads folder

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "degrees": { "description": "Rotation angle in degrees", "type": "number" }, "inputPath": { "description": "Absolute path to input image file", "type": "string" }, "outputFilename": { "description": "Output filename (only used if outputPath is not provided)", "type": "string" }, "outputPath": { "description": "Optional absolute path for output file. If not provided, file will be saved in Downloads folder", "type": "string" } }, "required": [ "inputPath", "degrees" ], "type": "object" }

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/maoxiaoke/mcp-media-processor'

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