← WebMCP Directory

Tool tree

cinch.com

Productivity & Business
https://www.cinch.com/
Connectivity components and interconnect solutions
Explore capabilities

Tools verified

searchSiteProductsAction

Search the Cinch product catalog and website by keyword, Cinch part number, or competitor part number.

View tool JSON
{
  "name": "searchSiteProducts",
  "kind": "act",
  "impl": "declarative",
  "description": "Search the Cinch product catalog and website by keyword, Cinch part number, or competitor part number.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "searchText": {
        "type": "string",
        "description": "The search query: a keyword, Cinch part number, or competitor part number (minimum 3 characters)."
      }
    },
    "required": []
  }
}
searchSiteProductsMobileAction

Search the Cinch product catalog and website by keyword, Cinch part number, or competitor part number.

View tool JSON
{
  "name": "searchSiteProductsMobile",
  "kind": "act",
  "impl": "declarative",
  "description": "Search the Cinch product catalog and website by keyword, Cinch part number, or competitor part number.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "searchText": {
        "type": "string",
        "description": "The search query: a keyword, Cinch part number, or competitor part number (minimum 3 characters)."
      }
    },
    "required": []
  }
}
searchSiteProductsMobileMenuAction

Search the Cinch product catalog and website by keyword, Cinch part number, or competitor part number.

View tool JSON
{
  "name": "searchSiteProductsMobileMenu",
  "kind": "act",
  "impl": "declarative",
  "description": "Search the Cinch product catalog and website by keyword, Cinch part number, or competitor part number.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "searchText": {
        "type": "string",
        "description": "The search query: a keyword, Cinch part number, or competitor part number (minimum 3 characters)."
      }
    },
    "required": []
  }
}
subscribeToNewsletterSensitive Action

Subscribe an email address to the Cinch newsletter for product updates and design resources.

View tool JSON
{
  "name": "subscribeToNewsletter",
  "kind": "transact",
  "impl": "declarative",
  "description": "Subscribe an email address to the Cinch newsletter for product updates and design resources.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "subscriber-email-address": {
        "type": "string",
        "description": "The email address to subscribe to the Cinch newsletter."
      }
    },
    "required": []
  }
}