
Green Gooding
Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| search_products | Search the Green Gooding rental catalog by text query, optionally filtered by NYC zipcode for distance-sorted results. Returns a list of products with id, slug, name, brand, cheapest price, photo, and distance (when zipcode is provided). |
| get_product_details | Fetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories. |
| check_availability | Check whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers. |
| get_quote | Compute a price quote for a rental and return a signed checkout URL the user can click to land in the booking form with dates, delivery option, and coupon pre-filled. The user confirms identity and pays through normal Stripe flow. |
| list_categories | List the Green Gooding category tree (root categories plus children). |
| get_pickup_zones | Return the pickup/delivery options for a product: each option has type (PICKUP|DELIVERY), location (address + lat/lng), price, and (for delivery) the maximum reachable distance in miles. |
| propose_booking | Re-validate availability + price for a rental and create a Stripe Checkout URL the user (or the agent itself, if it can pay) can complete to book the product end-to-end. No booking is created until the Stripe payment completes. Use get_quote instead when the human needs to confirm identity / enter delivery details on the web app first. |