You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_get_form

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

Retrieve a form's details including all nodes in sequential order. Returns title, settings, and every node with its options, config, and media status.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "form_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)"
    }
  },
  "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 →
clipform_get_form — io.github.Clipform/mcp-server — PRSM MCP