{
  "_specVersion": "a2a/v0.3",
  "schemaVersion": "0.3",
  "name": "SeatCanvas",
  "description": "Web-based seating chart planner for weddings, quinceañeras, galas, and events. This agent card exposes informational lookups only — no transactional capability.",
  "url": "https://www.seatcanvas.app",
  "provider": {
    "organization": "SeatCanvas",
    "url": "https://www.seatcanvas.app"
  },
  "documentationUrl": "https://www.seatcanvas.app/llm-info",
  "agentType": "informational",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "product.info.lookup",
      "name": "Product info lookup",
      "description": "Read product overview, pricing tiers, free-tier limits, supported languages, and feature list.",
      "tags": ["read", "informational"],
      "examples": ["What is SeatCanvas?", "Does it support Spanish?"],
      "documentationUrl": "https://www.seatcanvas.app/llm-info"
    },
    {
      "id": "pricing.lookup",
      "name": "Pricing lookup",
      "description": "Read current free-tier limits and Event Pass price. No checkout, no write operations.",
      "tags": ["read", "informational"],
      "examples": ["How much is the Event Pass?", "What's the free-tier limit?"],
      "documentationUrl": "https://www.seatcanvas.app/pricing"
    },
    {
      "id": "faq.search",
      "name": "FAQ search",
      "description": "Read FAQ entries from the Help page.",
      "tags": ["read", "informational"],
      "examples": ["How do I import a guest list?"],
      "documentationUrl": "https://www.seatcanvas.app/help"
    },
    {
      "id": "blog.search",
      "name": "Blog search",
      "description": "Read blog post index and individual posts about seating chart planning.",
      "tags": ["read", "informational"],
      "examples": ["Any posts on round-table etiquette?"],
      "documentationUrl": "https://www.seatcanvas.app/blog"
    }
  ]
}
