{"server":{"name":"marinhill-mcp","version":"0.1.0","title":"Marinhill Luxury Villas"},"tools":[{"name":"list_villas","title":"List villas","description":"List the private villas Marinhill rents in Bodrum, with capacity and a short summary of each.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_villa","title":"Get villa details","description":"Get full details for a single Marinhill villa by slug: description, capacity, amenities, hero image, and the villa's page URL.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"type":"object","properties":{"slug":{"type":"string","enum":["marinhill","vistaport-a","vistaport-b"],"description":"Villa slug. One of: marinhill, vistaport-a, vistaport-b."}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"},"outputSchema":null},{"name":"list_faqs","title":"List FAQs","description":"List frequently asked questions and answers about staying at a Marinhill villa (check-in, breakfast, transfers, events, etc.).","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_location","title":"Get location info","description":"Get Marinhill's location on the Bodrum peninsula, along with distances to nearby landmarks, the marina, beach, and Bodrum Airport.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_contact","title":"Get contact info","description":"Get Marinhill's public contact channels: phone, WhatsApp link, email, Instagram, and the reservation page URL.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null}]}