ruddur_create_media_transform
Create or register a media transform using media aliases like title, mimeType, and identifiers. Solves the need to register media transformations through Ruddur's API, requiring the media.manage scope.
Instructions
Create or register a media transform. The MCP server accepts media aliases such as title/name, mimeType/contentType, size/fileSize, and heading/waypoint/listing identifiers. Requires scope: media.manage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST, PUT, or PATCH operations. You may pass natural Ruddur fields directly at the top level instead of wrapping them in body; the server will infer the body. For normal waypoint payloads, omit assessmentConfig. Use assessmentConfig only for assessment-style waypoints. | |
| query | No | Optional query parameters. | |
| pathParams | Yes | Path parameters: id. |