Tool tree
GymBeam — European sports nutrition brand with 11,000+ lab-tested products.
page: Every page
search_productsAnswer
Full-text product search across the GymBeam catalog. Returns SKU, name, price, brand.
View tool JSON
{
"name": "search_products",
"kind": "answer",
"impl": "imperative",
"description": "Full-text product search across the GymBeam catalog. Returns SKU, name, price, brand.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"pageSize": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 10
}
},
"required": [
"query"
]
},
"page": "/"
}get_productAnswer
Fetch product detail by url_key. Returns SKU, name, price, stock, brand, short description.
View tool JSON
{
"name": "get_product",
"kind": "answer",
"impl": "imperative",
"description": "Fetch product detail by url_key. Returns SKU, name, price, stock, brand, short description.",
"inputSchema": {
"type": "object",
"properties": {
"url_key": {
"type": "string"
}
},
"required": [
"url_key"
]
},
"page": "/"
}get_categoriesAnswer
Return the GymBeam category tree (top two levels).
View tool JSON
{
"name": "get_categories",
"kind": "answer",
"impl": "imperative",
"description": "Return the GymBeam category tree (top two levels).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get_category_productsAnswer
List products in a category by url_key. Bestseller-sorted, paginated.
View tool JSON
{
"name": "get_category_products",
"kind": "answer",
"impl": "imperative",
"description": "List products in a category by url_key. Bestseller-sorted, paginated.",
"inputSchema": {
"type": "object",
"properties": {
"url_key": {
"type": "string"
},
"pageSize": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 20
},
"currentPage": {
"type": "integer",
"minimum": 1,
"default": 1
}
},
"required": [
"url_key"
]
},
"page": "/"
}page: Limitless tank top black gymbeam
get_this_productAnswer
Return details of the product currently displayed on this page.
View tool JSON
{
"name": "get_this_product",
"kind": "answer",
"impl": "imperative",
"description": "Return details of the product currently displayed on this page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/limitless-tank-top-black-gymbeam.html"
}page: Superfoods
browse_this_categoryAnswer
List products in the category currently displayed on this page.
View tool JSON
{
"name": "browse_this_category",
"kind": "answer",
"impl": "imperative",
"description": "List products in the category currently displayed on this page.",
"inputSchema": {
"type": "object",
"properties": {
"pageSize": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 20
},
"currentPage": {
"type": "integer",
"minimum": 1,
"default": 1
}
}
},
"page": "/superfoods"
}