← WebMCP Directory

waymark-sable.vercel.app

waymark-sable.vercel.app

demo Unverified (seed import) Health & Education 20 tools imperative implementation

Learning roadmaps you and your agent build together. Your agent researches and plans; you learn; the path adapts.

First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com

Answer 6 · Act 14 · Transact 0 · Score: Not yet scored

Tool inspector

create_quiz

act imperative

Create a multiple-choice quiz attached to a step. The USER answers it in the page UI — do not answer it yourself. Set reveal: 'on_step_done' to author quizzes ahead of time — the page shows the quiz automatically when the user finishes the step. Give each question a `remedial` follow-up step; if the user misses that question, the page automatically proposes it (user approves) even with no agent present. When you're in the loop live, call await_quiz_results after creating.

Input schema

PropertyTypeRequiredDescription
path_id string yes
step_id string yes The step this quiz checks understanding of
reveal string no on_step_done hides the quiz until the user marks the step done (default: immediately)
questions array yes
Raw JSON schema
{
  "type": "object",
  "properties": {
    "path_id": {
      "type": "string"
    },
    "step_id": {
      "type": "string",
      "description": "The step this quiz checks understanding of"
    },
    "reveal": {
      "type": "string",
      "enum": [
        "immediately",
        "on_step_done"
      ],
      "description": "on_step_done hides the quiz until the user marks the step done (default: immediately)"
    },
    "questions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "prompt": {
            "type": "string"
          },
          "choices": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "minItems": 2,
            "maxItems": 5
          },
          "correct_index": {
            "type": "number"
          },
          "remedial": {
            "type": "object",
            "description": "Follow-up step auto-proposed to the user if they miss this question",
            "properties": {
              "title": {
                "type": "string"
              },
              "kind": {
                "type": "string",
                "enum": [
                  "article",
                  "video",
                  "exercise",
                  "project",
                  "quiz"
                ]
              },
              "url": {
                "type": "string"
              },
              "why": {
                "type": "string"
              },
              "phase": {
                "type": "string"
              },
              "est_minutes": {
                "type": "number"
              }
            },
            "required": [
              "title",
              "kind",
              "why",
              "est_minutes"
            ]
          }
        },
        "required": [
          "prompt",
          "choices",
          "correct_index"
        ]
      }
    }
  },
  "required": [
    "path_id",
    "step_id",
    "questions"
  ]
}

Similar websites

seqcraft.onrender.com

seqcraft.onrender.com

Inspect plasmids, simulate PCR and restriction digests, compare constructs, and prepare cloning proposals in one exact, private workspace.

demo Unverified Health & Education Transact tools
57 tools A14 / Act42 / T1 Not yet scored Seen 2026-09-14
seqcraft_get_capabilities seqcraft_get_workspace_context seqcraft_get_selected_context seqcraft_get_document_revision seqcraft_get_transaction_status
Inspect tools
lectern.click

lectern.click

Draft a Lectern lesson in the browser. WebMCP agents fill gaps, write sections, and add quiz items on the page you see. Export a student PDF and a .lectern file…

live Unverified Health & Education
40 tools A1 / Act39 / T0 Not yet scored Seen 2026-09-14
lectern_list_locales lectern_get_locale lectern_set_locale lectern_get_lesson lectern_list_gaps
Inspect tools
cuvo.co

cuvo.co

Cuvo is the white label telehealth platform that runs the clinic behind your brand: 50-state providers, pharmacy, software, and compliance. Launch in days.

live Unverified Health & Education Transact tools
11 tools A9 / Act1 / T1 Not yet scored Seen 2026-09-14
scan_images_c2pa inspect_image_c2pa get_overview get_pricing list_comparisons
Inspect tools
emorahealth.com

emorahealth.com

Online therapy, medication, and ADHD/Autism testing for kids, teens, and young adults. No waitlists, covered by insurance, with copays as low as $0.

live Unverified Health & Education Transact tools
10 tools A5 / Act3 / T2 Not yet scored Seen 2026-09-14
start_here find_provider check_availability about_emora search_content
Inspect tools

Related on Influzer