← All WebMCP sites

french-bistro

demo
Chrome Labs restaurant reservation demo
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

book_table_le_petit_bistrotransactdeclarative
Initiates a dining reservation request at Le Petit Bistro. Accepts customer details, timing, and seating preferences.
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "e.g. Alexander Hamilton"
    },
    "phone": {
      "type": "string",
      "description": "(555) 000-0000"
    },
    "date": {
      "type": "string"
    },
    "time": {
      "type": "string"
    },
    "guests": {
      "type": "string",
      "enum": [
        "1",
        "2",
        "3",
        "4",
        "5",
        "6"
      ]
    },
    "seating": {
      "type": "string",
      "enum": [
        "Main Dining",
        "Terrace",
        "Private Booth",
        "Bar"
      ]
    },
    "requests": {
      "type": "string",
      "description": "Allergies, anniversaries, high chair..."
    }
  },
  "required": [
    "name",
    "phone",
    "date",
    "time",
    "guests"
  ]
}
Listings are sourced from public community registries and shown as reported.