← WebMCP Directory

Tool tree

wedj.com

Travel & Events
https://wedj.com/
Wedding DJ, photography, and event vendor directory
Explore capabilities

Tools verified

search_by_areaAnswer

Search WeDJ for event vendors (DJs, photographers, videographers, photo booths) serving a given city/area. Returns the featured (paid) listings plus additional free listings, up to 20 total, each with business name, city/state, star rating, review count, price range, and profile URL.

View tool JSON
{
  "name": "search_by_area",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search WeDJ for event vendors (DJs, photographers, videographers, photo booths) serving a given city/area. Returns the featured (paid) listings plus additional free listings, up to 20 total, each with business name, city/state, star rating, review count, price range, and profile URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "city": {
        "type": "string",
        "description": "City / area, e.g. Atlanta"
      },
      "state": {
        "type": "string",
        "description": "State name or 2-letter code, e.g. Georgia or GA"
      },
      "service": {
        "type": "string",
        "enum": [
          "djs",
          "photographers",
          "videographers",
          "photo-booths"
        ],
        "description": "Vendor category (default djs)"
      }
    },
    "required": [
      "city",
      "state"
    ]
  }
}