{
  "version": "1.0.0",
  "kind": "olonjs-page-mcp-manifest",
  "generatedAt": "2026-08-25T11:31:52.610Z",
  "slug": "contact",
  "title": "Contact the Inkwell Journal editorial desk",
  "description": "Write to the Inkwell Journal desk about the essays, the OlonJS collections demo, or anything in between. We answer within two working days.",
  "contractHref": "/schemas/contact.schema.json",
  "transport": {
    "kind": "window-message",
    "requestType": "olonjs:webmcp:tool-call",
    "resultType": "olonjs:webmcp:tool-result",
    "target": "window"
  },
  "capabilities": {
    "resources": [
      {
        "uri": "olon://pages/contact",
        "name": "Contact the Inkwell Journal editorial desk Data",
        "mimeType": "application/json",
        "description": "Structured content for the contact page."
      },
      {
        "uri": "olon://pages",
        "name": "Site Map",
        "mimeType": "application/json",
        "description": "Structured content for the map of this site"
      }
    ]
  },
  "sectionTypes": [
    "header",
    "footer",
    "page-hero",
    "content-block",
    "cta-banner"
  ],
  "sectionInstances": [
    {
      "id": "global-header",
      "type": "header",
      "scope": "global",
      "label": "header"
    },
    {
      "id": "global-footer",
      "type": "footer",
      "scope": "global",
      "label": "footer"
    },
    {
      "id": "contact-hero",
      "type": "page-hero",
      "scope": "local",
      "label": "Write to the desk"
    },
    {
      "id": "contact-details",
      "type": "content-block",
      "scope": "local",
      "label": "Where to find us"
    },
    {
      "id": "contact-editorial",
      "type": "content-block",
      "scope": "local",
      "label": "Want to write for Inkwell?"
    },
    {
      "id": "contact-cta",
      "type": "cta-banner",
      "scope": "local",
      "label": "Or just start reading"
    }
  ],
  "tools": [
    {
      "name": "update-section",
      "description": "Update a section field in the Studio draft. Does not persist — call save when all updates are complete. Use sectionType to select the matching schema from sectionSchemas."
    },
    {
      "name": "save",
      "description": "Persist all pending draft changes using the active save mode (local file, hot save, or save2repo). Call once after all update-section calls are complete."
    }
  ]
}
