You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_get_guide

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

Retrieve craft knowledge for building a specific form type. Returns question psychology, difficulty curves, narration style, scoring setup, and writing principles as markdown. Does NOT return a step-by-step build workflow - use clipform_get_workflow for that. Available types: quiz, survey, interview, funnel, testimonial, application, booking. Aliases also accepted: trivia → quiz, test → quiz, exam → quiz, feedback → survey, poll → survey, nps → survey, questionnaire → survey, case-study → interview, callout → interview, lead-gen → funnel, qualification → funnel, lead-magnet → funnel, story → testimonial, review → testimonial, job-application → application, admission → application, enrollment → application, grant → application, registration → booking, signup → booking, event → booking, rsvp → booking, workshop → booking. Quiz variants (optional): personality, comprehension, composition - appends variant-specific addendum to the base quiz guide.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Form type to get the craft guide for (accepts aliases like 'feedback' → survey)"
    },
    "variant": {
      "enum": [
        "personality",
        "comprehension",
        "composition"
      ],
      "type": "string",
      "description": "Quiz sub-variant. Only used when type is 'quiz'. Omit for a standard scored quiz."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.Clipform/mcp-server

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

1/7 registries
View full server →
clipform_get_guide — io.github.Clipform/mcp-server — PRSM MCP