{
  "schema_version": "2026-03",
  "name": "Ameya Heights",
  "description": "Founder-led developer of commercial and plotted addresses in Bangalore and Chennai, built in the open. Agent-callable tools for developments, EMI estimates, contact, and enquiries.",
  "url": "https://www.ameyaheights.com/",
  "runtime": "browser (window.AmeyaMCP) and navigator.modelContext when available",
  "languages": ["en", "hi", "ar"],
  "tools": [
    { "name": "list_developments", "description": "List all Ameya Heights developments with city, type, status and URL.", "input_schema": { "type": "object", "properties": {} } },
    { "name": "get_development", "description": "Get details for one development by slug (four94, salavakkam, jodhpur).", "input_schema": { "type": "object", "properties": { "slug": { "type": "string" } }, "required": ["slug"] } },
    { "name": "calculate_emi", "description": "Estimate a home-loan EMI. Inputs: principal (INR), annualRate (percent), years.", "input_schema": { "type": "object", "properties": { "principal": { "type": "number" }, "annualRate": { "type": "number" }, "years": { "type": "number" } }, "required": ["principal", "annualRate", "years"] } },
    { "name": "get_contact", "description": "Get Ameya Heights contact details (WhatsApp, email, address, languages).", "input_schema": { "type": "object", "properties": {} } },
    { "name": "list_locations", "description": "List Ameya Heights location/intent pages (commercial leasing areas in Bangalore, plotted land near Chennai, NRI/GCC). Optional filters: city, intent.", "input_schema": { "type": "object", "properties": { "city": { "type": "string" }, "intent": { "type": "string" } } } },
    { "name": "get_faqs", "description": "Get Ameya Heights frequently asked questions and answers (about, RERA status, NRI eligibility, prices, response time).", "input_schema": { "type": "object", "properties": {} } },
    { "name": "start_enquiry", "description": "Submit an enquiry to Ameya Heights (with the user's consent). Reaches the team directly.", "input_schema": { "type": "object", "properties": { "name": { "type": "string" }, "contact": { "type": "string" }, "interest": { "type": "string" }, "message": { "type": "string" } }, "required": ["name", "contact"] } }
  ],
  "contact": { "email": "hi@ameyaheights.com", "whatsapp": "+919962965000" }
}
