{
  "name": "Canvas Quiz Maker browser agent interface",
  "version": 1,
  "page": "https://quiz.bisraelsen.com/#ai-drafting",
  "purpose": "Load a complete Canvas Quiz Maker JSON v1 draft into the visible editor for human review.",
  "input_schema": "https://quiz.bisraelsen.com/quiz-schema.json",
  "interfaces": {
    "semantic_form": {
      "form_selector": "#ai-json-form",
      "field_name": "quiz_json",
      "submit_button": "Load JSON into spreadsheet"
    },
    "javascript": {
      "global": "CanvasQuizMakerAgent",
      "method": "loadJson",
      "example": "window.CanvasQuizMakerAgent.loadJson(draftObject)"
    },
    "webmcp": {
      "experimental": true,
      "tool": "load_quiz_json_draft",
      "argument": "draft"
    }
  },
  "effects": {
    "replaces_current_unsaved_draft": true,
    "updates_visible_editor": true,
    "downloads_qti": false,
    "sends_quiz_to_server": false
  }
}
