← WebMCP Directory

Tool tree

edipsaat.com

Commerce
https://www.edipsaat.com/
Watches and accessories retailer in Turkey
Explore capabilities

Tools verified

search_productsAction

Search the Edip Saat catalogue for watches by keyword, brand or model name. Returns matching products and brand pages.

View tool JSON
{
  "name": "search_products",
  "kind": "act",
  "impl": "declarative",
  "description": "Search the Edip Saat catalogue for watches by keyword, brand or model name. Returns matching products and brand pages.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "searchTerm": {
        "type": "string",
        "description": "The search keyword: a product name, brand or model, e.g. \"Tissot\" or \"otomatik erkek saati\"."
      }
    },
    "required": []
  }
}
subscribe_newsletterAction

Fill in the Edip Saat newsletter subscription field with an e-mail address. Does not subscribe on its own — the visitor still has to confirm by pressing the subscribe button.

View tool JSON
{
  "name": "subscribe_newsletter",
  "kind": "act",
  "impl": "declarative",
  "description": "Fill in the Edip Saat newsletter subscription field with an e-mail address. Does not subscribe on its own — the visitor still has to confirm by pressing the subscribe button.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "The e-mail address to subscribe to the newsletter."
      }
    },
    "required": []
  }
}