← WebMCP Directory

lectern.click

lectern.click

live Unverified (seed import) Health & Education 40 tools imperative implementation

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.

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

Answer 1 · Act 39 · Transact 0 · Score: Not yet scored

Tool inspector

lectern_attach_generated_illustration

act imperative

Attach a raster illustration that you generated for a section. This preserves an AI marker and the required transparency caption automatically. Use after lectern_plan_visual_learning; do not use SVG here - SVG explainers belong in lectern_generate_section_media. AMDP is the default for rasters and video — do not put pixels in chat JSON. Cite first: lectern_offer_media (sha256, byteLength, mimeType). Try AMDP intakes in this order until lectern_media_status present is true (or offer disposition is have), then lectern_compress_media if it is a raster, lectern_bind_media, and STOP. Do not skip a later rank because an earlier one failed. Do not keep transferring after success. 1) cas-hit: bind immediately. 2) plane-put: stage the file in the OS temp directory (%TEMP% / $TMPDIR), not the workspace — Chrome’s upload tool often has no workspace roots and only allows temp. Create a temporary on this page, append it to document.body, and leave it there (Lectern hides it visually). Upload that temp file. The page plane-puts on change. Optional: read arrayBuffer() in-page → window.__lecternAmdp.put. If DOM.setFileInputFiles is denied or files stay empty, go to rank 3. Never pass base64 through evaluate_script.args. Do not use a section Attach-media picker. 3) merkle-slice: re-offer with merkleLeaves, then lectern_put_media_slice until complete. 4) json-chunk: lectern_begin_media_upload → append → commit. Last rank, still required if 1–3 failed. Bind/commit write a data URL onto the lesson so the exported PDF both draws the figure and stores the bytes in the LCT1 restore pack. SVG explainers stay on lectern_generate_section_media. Call lectern_compress_media with that sha256 so the page shrinks the raster — do not recompress with your image generator — then lectern_bind_media with the returned sha256.

Page: /

Input schema

PropertyTypeRequiredDescription
sectionId string yes Section to enrich
src string yes Public image URL, /media path, or a small data URL from the generated raster image
alt string yes Specific accessible description of the illustration
caption string no Optional learner-facing caption
Raw JSON schema
{
  "type": "object",
  "properties": {
    "sectionId": {
      "type": "string",
      "description": "Section to enrich"
    },
    "src": {
      "type": "string",
      "description": "Public image URL, /media path, or a small data URL from the generated raster image"
    },
    "alt": {
      "type": "string",
      "description": "Specific accessible description of the illustration"
    },
    "caption": {
      "type": "string",
      "description": "Optional learner-facing caption"
    }
  },
  "required": [
    "sectionId",
    "src",
    "alt"
  ],
  "additionalProperties": false
}

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
waymark-sable.vercel.app

waymark-sable.vercel.app

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

demo Unverified Health & Education
20 tools A6 / Act14 / T0 Not yet scored Seen 2026-09-14
create_path add_step remove_step get_path list_paths
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