W

web-ai-sdk.dev

TypeScript SDK for the Web's built-in AI APIs (WebMCP, Prompt, Summarizer, Translator, Detector) with optional React hooks

1read
1write
https://web-ai-sdk.dev/

live · Developer Tools · JSON · API for agents

Tools 2 tools

add_to_cartwrite

Add a SKU to the user's cart

View tool JSON
{
  "name": "add_to_cart",
  "kind": "write",
  "impl": "imperative",
  "description": "Add a SKU to the user's cart",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
search_ordersread

Search past orders by date or item

View tool JSON
{
  "name": "search_orders",
  "kind": "read",
  "impl": "imperative",
  "description": "Search past orders by date or item",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}