← 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

propose_revision

act imperative

Propose a set of path changes for the USER to accept or decline in the page UI — use this instead of direct edits when a change is significant (inserting remedial steps after a failed quiz, restructuring a phase) or touches user-locked steps. The user's accept is their consent, so proposals MAY include locked steps. Poll get_proposal_status afterwards.

Input schema

PropertyTypeRequiredDescription
path_id string yes
reason string yes Why you're proposing this, in one or two sentences. Shown to the user.
ops array yes
Raw JSON schema
{
  "type": "object",
  "properties": {
    "path_id": {
      "type": "string"
    },
    "reason": {
      "type": "string",
      "description": "Why you're proposing this, in one or two sentences. Shown to the user."
    },
    "ops": {
      "type": "array",
      "minItems": 1,
      "items": {
        "type": "object",
        "properties": {
          "op": {
            "type": "string",
            "enum": [
              "add_step",
              "remove_step",
              "update_step",
              "reorder_steps"
            ]
          },
          "position": {
            "type": "number",
            "description": "add_step: insert index; omit to append"
          },
          "step_id": {
            "type": "string",
            "description": "remove_step / update_step"
          },
          "ordered_step_ids": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "reorder_steps: complete new order"
          },
          "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": [
          "op"
        ]
      }
    }
  },
  "required": [
    "path_id",
    "reason",
    "ops"
  ]
}

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