{
  "name": "olon",
  "description": "Olon is the orchestration layer for structured, agent-operable websites. Open core, managed platform, zero lock-in.",
  "url": "https://app.olon.it/api/v1/a2a/t/gumlon",
  "version": "1.0",
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "read-content",
      "name": "Read a tenant page's current content",
      "description": "Fetch the current content of a page by slug, including sections and form submission schemas."
    },
    {
      "id": "submit-form",
      "name": "Submit a form on the tenant site",
      "description": "Submit a contact, booking, or inquiry form on behalf of a visitor."
    }
  ]
}
