Green Gooding

Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.

    Server tool list (7)

    Raw names from tools/list. Only developers need these.

    search_productsSearch 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_detailsFetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories.
    check_availabilityCheck whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers.
    get_quoteCompute 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_categoriesList the Green Gooding category tree (root categories plus children).
    get_pickup_zonesReturn 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_bookingRe-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.