{
  "protocolVersion": "1.0.0",
  "name": "Panigrahana Weddings Enquiry Agent",
  "description": "Accepts wedding planning, design and decor enquiries for Panigrahana Weddings (Wedvitez Planners Private Limited), a studio working in Bangalore and around, Goa and Kerala. Submitting an enquiry does not create a booking or a price quote.",
  "provider": {
    "organization": "Panigrahana Weddings",
    "url": "https://panigrahana.com/"
  },
  "url": "https://panigrahana.com/api/enquiry",
  "preferredTransport": "HTTP+JSON",
  "documentationUrl": "https://panigrahana.com/for-ai-agents.html",
  "iconUrl": "https://panigrahana.com/favicon-192.png",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "application/x-www-form-urlencoded"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {},
  "security": [],
  "contact": {
    "email": "info@panigrahana.com",
    "telephone": "+917766940021",
    "whatsapp": "https://wa.me/917766940021",
    "hours": "Tuesday to Sunday, 09:00-21:00 IST (UTC+05:30). Closed Monday.",
    "responseTime": "Within 24 hours."
  },
  "skills": [
    {
      "id": "request_wedding_quote",
      "name": "Request a wedding quote",
      "description": "Send a wedding planning, design or decor enquiry to the studio and receive a reference. Executable: POST https://panigrahana.com/api/enquiry with JSON or form-encoded fields, described by https://panigrahana.com/openapi.json. A 201 means stored; any other status means not stored. This does not produce a price; a planner replies within 24 hours and pricing follows a scoping conversation.",
      "tags": [
        "wedding",
        "event-planning",
        "decor",
        "india",
        "bangalore",
        "goa",
        "kerala",
        "quote-request"
      ],
      "inputModes": [
        "application/json",
        "application/x-www-form-urlencoded"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "Submit an enquiry for a 250-guest Hindu wedding in Goa in November 2027, planning and decor.",
        "Request a callback about a 60-guest intimate wedding near Bangalore."
      ]
    },
    {
      "id": "list_venues",
      "name": "List wedding venues",
      "description": "Read-only. Not an API call: the venue records are published as files. https://panigrahana.com/data/venue-cost-registry-2026.json and the CSV beside it carry capacity, guest rooms and recorded price references under CC BY 4.0; https://panigrahana.com/venues.html is the human directory.",
      "tags": [
        "venues",
        "dataset",
        "read-only"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/csv"
      ],
      "examples": [
        "Fetch the venue cost registry and filter it to Goa venues above 300 guests."
      ]
    },
    {
      "id": "get_company_facts",
      "name": "Get company facts",
      "description": "Read-only. Not an API call: the facts are published as files. https://panigrahana.com/llms.txt and https://panigrahana.com/facts.html carry the company record, service areas, rating and commercial policy.",
      "tags": [
        "company",
        "facts",
        "read-only"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/html"
      ],
      "examples": [
        "Check where Panigrahana works and whether it charges vendor commission."
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://panigrahana.com/api/enquiry"
    }
  ],
  "notes": "Only request_wedding_quote is executable. The other two skills name public files to read; there is no JSON-RPC server behind this card."
}
