← WebMCP Directory

timbertracecrafts.com

timbertracecrafts.com

live Unverified (seed import) Commerce 5 tools imperative implementation

Handcrafted laser-cut wooden jewelry, boxes, and gifts. Made with precision and love in every piece.

First seen 2026-08-31 · Last seen 2026-08-31 · Source: webmcp.com

Answer 4 · Act 1 · Transact 0 · Score: Not yet scored

Tool inspector

add_to_cart

act imperative

Add a Timber Trace Crafts product to the shopping cart, choosing a wood species variant, a quantity, and optional personalization text. On a product page the product is assumed; anywhere else pass the product slug from search_products. Use this once the shopper has picked a variant — call get_product first if you are unsure which variants exist or which are in stock. Returns the updated cart contents and item count, and the cart total in the header updates. This changes the cart only; it does not place an order or charge anything, and the item can be removed again.

Page: /

Input schema

PropertyTypeRequiredDescription
product string no The product slug from search_products or get_product. Omit on a product page to add the product being viewed.
variant string no The wood species, exactly as get_product lists it (e.g. "Walnut"). Optional when the product has only one option.
quantity integer no How many to add, 1-99. Defaults to 1.
personalization_text string no Engraving or personalization text, only for products that offer it.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "product": {
      "type": "string",
      "description": "The product slug from search_products or get_product. Omit on a product page to add the product being viewed."
    },
    "variant": {
      "type": "string",
      "description": "The wood species, exactly as get_product lists it (e.g. \"Walnut\"). Optional when the product has only one option."
    },
    "quantity": {
      "type": "integer",
      "description": "How many to add, 1-99. Defaults to 1.",
      "minimum": 1,
      "maximum": 99
    },
    "personalization_text": {
      "type": "string",
      "description": "Engraving or personalization text, only for products that offer it."
    }
  },
  "required": [],
  "additionalProperties": false
}

Similar websites

birmakine.com

birmakine.com

Bir Makine — Turkish marketplace for industrial machinery; browse current listings and find machines that fit your needs.

live Unverified Commerce
31 tools A1 / Act30 / T0 Not yet scored Seen 2026-08-31
search_listings ilan_ara ilan_detay kategori_gez marka_listele
Inspect tools
vaanzari.com

vaanzari.com

Explore handcrafted Banarasi sarees from Vaanzari, with artisan provenance, woven traditions and thoughtful customer care in India and worldwide.

live Unverified Commerce Transact tools
31 tools A14 / Act12 / T5 Not yet scored Seen 2026-08-31
scan_images_c2pa inspect_image_c2pa search_sarees get_saree list_artisans
Inspect tools
demo.openforagents.com

demo.openforagents.com

Open for Agents WebMCP demos for declarative browser-agent actions.

live Unverified Commerce
27 tools A7 / Act20 / T0 Not yet scored Seen 2026-08-31
get_site_info_api list_post_types_api get_navigation_api list_posts_api search_posts_api
Inspect tools
store.nekuda.ai

store.nekuda.ai

AI-native demo storefront

demo Unverified Commerce Transact tools
15 tools A8 / Act6 / T1 Not yet scored Seen 2026-08-31
open_home update_save_ai_agent_s_system authenticate search_products get_product_details
Inspect tools

Related on Influzer