{"server":{"name":"eldawlia-mcp","version":"0.1.0","title":"Eldawlia Home Appliance Service — Public Info"},"tools":[{"name":"get_company_info","title":"Get company info","description":"Returns contact details (hotline, mobile, address, Facebook) and the legal disclaimer for Eldawlia — the independent home-appliance repair service center.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"list_appliances","title":"List appliances","description":"Lists all appliance categories the service center repairs (screens, refrigerators, washing machines, dishwashers, deep freezers, microwaves, dryers, heaters, cookers, built-in ovens) with slug, Arabic name, and short description.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_appliance","title":"Get appliance details","description":"Returns full repair-service details (title, description, bullet points, page URL) for a single appliance category by its slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Appliance slug, e.g. 'refrigerators', 'washing-machines', 'screen'."}},"required":["slug"]},"outputSchema":null},{"name":"list_brands","title":"List brands","description":"Lists every brand the independent service center repairs (LG, Samsung, Toshiba, Bosch, Siemens, Daewoo, Ariston, and more) with slug, display name, and brand hub URL.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"find_brand_repair","title":"Find brand-specific repair page","description":"Given a brand slug and an appliance slug, returns the dedicated brand+appliance repair page (e.g. LG washing-machines). Includes the page URL and the legal disclaimer that this is an independent service center.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"brand":{"type":"string","minLength":1,"description":"Brand slug, e.g. 'lg', 'samsung', 'daewoo'."},"appliance":{"type":"string","minLength":1,"description":"Appliance slug, e.g. 'washing-machines', 'refrigerators'."}},"required":["brand","appliance"]},"outputSchema":null}]}