You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_complete_media_upload

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

Confirm a signed-PUT still image upload finished, after PUTting the bytes to the upload_url returned by clipform_upload_media_asset. The API verifies the object actually landed in storage before flipping the asset from processing to ready - call this right after the PUT succeeds, or the asset stays invisible in the library. Not needed for video uploads (TUS/Mux settle automatically).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "media_asset_id"
  ],
  "properties": {
    "media_asset_id": {
      "type": "string",
      "format": "uuid",
      "description": "The media_asset_id returned by clipform_upload_media_asset for the still image"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.Clipform/mcp-server

https://github.com/clipform/mcp-server

1/7 registries
View full server →