WebMCP Registry site · v0.18.35
Use WETAEGO with your agent.
WETAEGO (ourmenuos.online) registers 13 WebMCP tools. WETAEGO lists 13 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for ourmenuos.online, last live-checked by the registry at 2026-09-21T21:07:57.742Z. Run ghostget webmcp sites.get --input '{"domain":"ourmenuos.online"}' --json for the current schema; the listing can drift between checks.
Use WETAEGO with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"ourmenuos.online"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
WETAEGO publishes 13 tools on ourmenuos.online; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
add_to_cart | Add an available catalog item to the active cart session with optional modifier selections. Returns the updated cartId, cart line items, total item count, and recalculated subtotal. | Listed for discovery; the registry allows read-only calls only |
apply_coupon | Apply a promotional coupon code or discount voucher to the active shopping cart session identified by cartId. Recalculates discounts and updates the cart subtotal and final total. | Listed for discovery; the registry allows read-only calls only |
create_cart | Initialize a new shopping cart session for the customer. Returns an authoritative cartId session handle. To inspect existing cart contents, use get_cart. To add items, use add_to_cart. | Listed for discovery; the registry allows read-only calls only |
find_venue | Search and discover distinct external merchant venues or franchise branch locations across the WETAEGO network directory by keyword, city, or business name. Returns venue profiles and URLs. Does NOT switch internal department tabs within an | Listed for discovery; the registry allows read-only calls only |
get_cart | Inspect the contents of the active shopping cart session identified by cartId, including line items, modifier options, subtotal, discounts, taxes, and final total. Does NOT initialize a new cart session (use create_cart). | Listed for discovery; the registry allows read-only calls only |
get_item_details | Return authoritative details for a specific catalog item using its unique itemId, including price, stock status, customizable modifier groups, dietary tags, and variant options. | Listed for discovery; the registry allows read-only calls only |
initiate_checkout | Validate the current cart and generate a locked checkout session with computed taxes, fulfillment options, and totals. Locks prices for 15 minutes. Does NOT charge the customer — call submit_order with customer confirmation to finalize. | Listed for discovery; the registry allows read-only calls only |
open_business_page | Switch the active storefront viewport to an internal department or category tab within the current merchant venue across Wetaego's 6 core verticals (dining, spa, boutique, stays, repairs, media). Does NOT search or navigate external merchan | Listed for discovery; the registry allows read-only calls only |
recommend_pairings | Suggest complementary catalog items, sides, drinks, or accessories. If itemId is omitted, recommendations are generated based on the active cart items or top venue specialties; if itemId is provided, recommendations specifically complement | Listed for discovery; the registry allows read-only calls only |
request_staff | Send an immediate service or waiter call notification to venue floor staff for a specific table or room. | Listed for discovery; the registry allows read-only calls only |
search_catalog | Search catalog items, products, dishes, and services with category and price filters. Returns item details, prices, and availability. | Listed for discovery; the registry allows read-only calls only |
submit_order | Submit a prepared checkout session as an authoritative live customer order. Requires authorization.confirmed: true indicating the customer reviewed and approved the order total. | Listed for discovery; the registry allows read-only calls only |
update_cart | Modify the quantity of an existing line item in the cart session or remove it using lineId. Requires lineId. Does NOT add new catalog items (use add_to_cart). | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when WETAEGO changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on ourmenuos.online, browse the site itself or check back when the registry lists more tools.