← WebMCP Directory

Tool tree

tonasket.hoc420.com

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

Tools verified

get_article_detailAnswer

Fetch and read the full content, headings, author, and categories of a Tonasket dispensary blog post or guide by URL.

View tool JSON
{
  "name": "get_article_detail",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch and read the full content, headings, author, and categories of a Tonasket dispensary blog post or guide by URL.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "required": [
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "description": "The complete URL of the article to read"
      }
    },
    "additionalProperties": false
  }
}
get_store_infoAnswer

Get House of Cannabis Tonasket store details including address, contact email, directions link, and sister network locations.

View tool JSON
{
  "name": "get_store_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get House of Cannabis Tonasket store details including address, contact email, directions link, and sister network locations.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {},
    "additionalProperties": false
  }
}
join_rewardsAction

Open the House of Cannabis customer rewards program portal on Alpine IQ.

View tool JSON
{
  "name": "join_rewards",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the House of Cannabis customer rewards program portal on Alpine IQ.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {},
    "additionalProperties": false
  }
}
list_articlesAnswer

List news articles, deals, strain reviews, and cannabis educational guides from House of Cannabis Tonasket.

View tool JSON
{
  "name": "list_articles",
  "kind": "answer",
  "impl": "imperative",
  "description": "List news articles, deals, strain reviews, and cannabis educational guides from House of Cannabis Tonasket.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "limit": {
        "type": "integer",
        "description": "Maximum number of articles to return (default: 10)"
      },
      "category": {
        "type": "string",
        "description": "Optional category filter, e.g. 'reviews', 'education', 'news'"
      }
    },
    "additionalProperties": false
  }
}
list_menu_optionsAnswer

List online dispensary pickup menus for House of Cannabis Tonasket, including Recreational (21+) and Medical patient menus.

View tool JSON
{
  "name": "list_menu_options",
  "kind": "answer",
  "impl": "imperative",
  "description": "List online dispensary pickup menus for House of Cannabis Tonasket, including Recreational (21+) and Medical patient menus.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {},
    "additionalProperties": false
  }
}
open_directionsAction

Open Google Maps directions to the House of Cannabis Tonasket dispensary storefront on 4th Street.

View tool JSON
{
  "name": "open_directions",
  "kind": "act",
  "impl": "imperative",
  "description": "Open Google Maps directions to the House of Cannabis Tonasket dispensary storefront on 4th Street.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {},
    "additionalProperties": false
  }
}
start_online_orderAction

Initiate safe navigation handoff to the selected online pickup menu (recreational or medical) for House of Cannabis Tonasket.

View tool JSON
{
  "name": "start_online_order",
  "kind": "act",
  "impl": "imperative",
  "description": "Initiate safe navigation handoff to the selected online pickup menu (recreational or medical) for House of Cannabis Tonasket.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "menu_type": {
        "enum": [
          "recreational",
          "medical",
          "shop-now"
        ],
        "type": "string",
        "default": "recreational",
        "description": "Select 'recreational' (21+ adult-use menu), 'medical' (patient authorization menu), or 'shop-now' (menu landing hub)"
      }
    },
    "additionalProperties": false
  }
}