clipform_get_node_media
ActiveTool of io.github.Clipform/mcp-server
declared in 2.2.0
Get the media attached to a node, including processing status. Useful for checking if a video upload has finished processing.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"form_id",
"node_id"
],
"properties": {
"form_id": {
"type": "string",
"format": "uuid",
"description": "The form UUID (returned by clipform_create_form, not the short share_id from the URL)"
},
"node_id": {
"type": "string",
"description": "The node ID"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.Clipform/mcp-server
https://github.com/clipform/mcp-server
1/7 registries