{
  "name": "GuestPrism",
  "description": "GuestPrism turns hotel review data into decision-ready competitive briefs. Agents can browse the public site: every page is served as clean markdown via content negotiation (Accept: text/markdown).",
  "supportedInterfaces": [
    {
      "url": "https://guestprism.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://guestprism.com/sample",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/markdown", "text/html"],
  "defaultOutputModes": ["text/markdown", "text/html"],
  "skills": [
    {
      "id": "browse-site",
      "name": "Browse the public site",
      "description": "Fetch any public GuestPrism page (homepage, sample brief, contact, privacy, terms) as clean markdown by requesting it with Accept: text/markdown.",
      "tags": ["browsing", "markdown", "documentation"]
    },
    {
      "id": "read-decision-brief",
      "name": "Read the sample decision brief",
      "description": "Read the anonymized sample GuestPrism decision brief to understand the product's output format and methodology.",
      "tags": ["sample", "brief", "research"],
      "examples": ["Summarize what the sample brief recommends"]
    },
    {
      "id": "find-policies",
      "name": "Find policies and contact information",
      "description": "Read the privacy policy, terms of service, and contact details published on the site.",
      "tags": ["privacy", "terms", "contact"]
    }
  ]
}
