{ "name": "Elias Djemil – Videographer, Photographer & AI Artist", "description": "Award-winning videographer, photographer, and creative consultant based in Quebec, Canada. Specialist in dance films, AI ethics, and human-centered artistic approaches.", "version": "1.1.0", "tags": [ "videography", "photography", "dance films", "AI ethics", "creative consultancy", "Quebec artist", "internationally awarded" ], "contact": { "email": "info@eliasdjemil.com", "website": "https://www.eliasdjemil.com" }, "endpoints": { "resources": "/resources", "tools": "/tools", "bio": "/bio", "services": "/services" }, "tools": [ { "name": "get_bio", "description": "Returns a short professional biography of Elias Djemil", "output_example": { "name": "Elias Djemil", "role": "Videographer & Photographer", "location": "Quebec, Canada", "highlights": [ "Award-winning dance films", "AI ethical research projects", "Internationally recognized" ] } }, { "name": "get_services", "description": "Lists professional services including videography, photography, dance films production, and AI ethical consulting.", "input_schema": { "type": "object", "properties": { "category": { "type": "string", "enum": ["videography", "photography", "dance", "AI consulting", "all"] } }, "required": ["category"] }, "output_example": { "service": "videography", "details": "High-quality videography for dance and artistic projects, internationally recognized." } } ], "license": "MIT" }