← WebMCP Directory

Tool tree

twisp.hoc420.com

Commerce
https://twisp.hoc420.com/
House of Cannabis Twisp store details, articles, menu links, and rewards information.
Explore capabilities

Tools verified

get_articleAnswer

Retrieve the full article content, headings, and metadata by URL from the Twisp House of Cannabis site.

View tool JSON
{
  "name": "get_article",
  "kind": "answer",
  "impl": "imperative",
  "description": "Retrieve the full article content, headings, and metadata by URL from the Twisp House of Cannabis site.",
  "inputSchema": {
    "type": "object",
    "required": [
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "description": "The URL of the article to retrieve."
      }
    }
  }
}
get_store_infoAnswer

Retrieve Twisp dispensary store details including address, email, directions, online menu options, and sister dispensary locations.

View tool JSON
{
  "name": "get_store_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Retrieve Twisp dispensary store details including address, email, directions, online menu options, and sister dispensary locations.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
list_articlesAnswer

List news, reviews, guides, and educational articles published on the Twisp House of Cannabis site.

View tool JSON
{
  "name": "list_articles",
  "kind": "answer",
  "impl": "imperative",
  "description": "List news, reviews, guides, and educational articles published on the Twisp House of Cannabis site.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "type": "string",
        "description": "Optional category filter"
      }
    }
  }
}
open_rewards_programAction

Navigate to the House of Cannabis customer loyalty and rewards program portal.

View tool JSON
{
  "name": "open_rewards_program",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate to the House of Cannabis customer loyalty and rewards program portal.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
start_online_orderAction

Initiate online menu selection and pickup ordering by navigating to the 21+ recreational or medical patient menu.

View tool JSON
{
  "name": "start_online_order",
  "kind": "act",
  "impl": "imperative",
  "description": "Initiate online menu selection and pickup ordering by navigating to the 21+ recreational or medical patient menu.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "menu_type": {
        "enum": [
          "recreational",
          "medical"
        ],
        "type": "string",
        "description": "The type of online menu to open"
      }
    }
  }
}