Built for AI agents
This site works for people and for AI agents. It hands assistants clean, structured content and lets them call real tools here, instead of scraping and guessing from the page. Below are both capabilities, live, so you can verify them yourself.
1. Clean content for agents
Every page has a token-light Markdown twin. A normal
browser gets the HTML page; an agent that asks for
Accept: text/markdown gets the same page as clean Markdown at
the same URL. There is also an llms.txt index that
points agents at the whole site.
- Home page as Markdown (/index.md)
- A service page as Markdown (/landscaping/index.md)
- llms.txt (the agent index)
2. Callable tools (WebMCP)
The site registers 7 tools an AI agent can
call directly through the WebMCP standard (document.modelContext).
Press Run on any tool to see exactly what an agent receives. The
responses below are the real ones; live registration in the browser needs
Chrome 149+ or Edge, but the outputs are the same either way.
get_contact_details (no input) Phone, WhatsApp, email, postal address, opening hours, areas covered and review links.
CLEO M Gardening Phone: 07958 330070 WhatsApp: https://wa.me/447958330070 Email: [email protected] Address: 33 Well Road, Barnet, Hertfordshire, EN5 3EB Opening hours: Mon-Fri 08:00 - 18:00 Areas covered: Barnet, Finchley, Hadley Wood, Totteridge, Mill Hill, Arkley, Hampstead, Woodside Park Reviews on Google: https://www.google.com/maps?cid=11091988906636848523 Facebook: https://www.facebook.com/p/Cleo-M-Gardening-100063828630978/
list_services (no input) Every service with a one-line description and its page URL.
- Garden Maintenance: Regular quality garden maintenance all year round. Lawn care, pruning, hedge cutting, planting, and more. (https://cleomgardening.co.uk/garden-maintenance/) - Landscaping: Full garden design and landscaping from consultation through completion. Small day jobs to multi-month projects. (https://cleomgardening.co.uk/landscaping/) - Paving: Block paving driveways, concrete patios, and decorative surfaces. Expert installation with free estimates. (https://cleomgardening.co.uk/paving/) - Decking: Professionally installed timber and composite decking, garden sheds, log cabins, pergolas, and gazebos. Non-slip surfaces, low maintenance. (https://cleomgardening.co.uk/decking/) - Fencing: Supply and installation of premium garden fencing. All posts set in concrete to professional standards. Free estimates. (https://cleomgardening.co.uk/fencing/) - Lawns: Lawn care services including turf laying, seeding, mowing, and weed control. Instant grass solutions. (https://cleomgardening.co.uk/lawns/) - Plants Supply: Quality plants, shrubs, trees and flower bed design supplied and planted by a gardener with 17+ years of horticultural knowledge. (https://cleomgardening.co.uk/plants-supply/) - Pressure Washing: Pressure washing for patios, driveways, decking and outdoor surfaces. Restore the look of your garden surfaces in a single visit. (https://cleomgardening.co.uk/pressure-washing/)
get_service_details service Details for one service, looked up by name or slug.
check_service_area location Whether a town, area or postcode is in the coverage area.
list_recent_projects (no input) Recent example projects with location and page URL.
- Garden Refresh in Finchley Central N3 (Finchley Central, N3, London): https://cleomgardening.co.uk/projects/garden-refresh-finchley-central-n3/ - Composite Decking Replacement in Whetstone N20 (Whetstone, N20, London): https://cleomgardening.co.uk/projects/composite-decking-whetstone-n20/
get_opening_hours (no input) The opening hours.
Opening hours: Mon-Fri 08:00 - 18:00. Phone 07958 330070.
request_quote firstName, phone, email, message (+ lastName, postcode) Submits a real enquiry straight into the quote pipeline (Supabase). An agent calls this only after confirming the details with you.
Open the quote form →Verify it independently
- Google PageSpeed Insights. Run a report on this site: the “Agentic Browsing” section lists the registered WebMCP tools and validates their schemas. Open PageSpeed Insights →
- Chrome's Model Context Tool Inspector. Google's official extension lists the tools and runs them live in Chrome 149+. WebMCP documentation →
- The Markdown and llms.txt above. Open them in any browser,
or from a terminal run
curl -H "Accept: text/markdown" https://cleomgardening.co.uk/.