Tool tree
House of Cannabis Tacoma store information, product browsing, and an online shopping handoff.
get_store_infoAnswer
Get store location, contact phone number, and hours for House of Cannabis Tacoma.
View tool JSON
{
"name": "get_store_info",
"kind": "answer",
"impl": "imperative",
"description": "Get store location, contact phone number, and hours for House of Cannabis Tacoma.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"additionalProperties": false
}
}list_productsAnswer
List available cannabis products at House of Cannabis Tacoma by category.
View tool JSON
{
"name": "list_products",
"kind": "answer",
"impl": "imperative",
"description": "List available cannabis products at House of Cannabis Tacoma by category.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"category": {
"type": "string",
"description": "Product category filter"
}
},
"additionalProperties": false
}
}start_checkout_handoffSensitive Action
Navigate the user to the House of Cannabis Tacoma online shopping cart and pickup checkout handoff.
View tool JSON
{
"name": "start_checkout_handoff",
"kind": "transact",
"impl": "imperative",
"description": "Navigate the user to the House of Cannabis Tacoma online shopping cart and pickup checkout handoff.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"additionalProperties": false
}
}