← WebMCP Directory

Tool tree

gymbeam.ro

Commerce
https://gymbeam.ro/
GymBeam — European sports nutrition brand with 11,000+ lab-tested products.
Explore capabilities

Tools verified

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: Maiou limitless 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": "/maiou-limitless-black-gymbeam.html"
}

page: Id

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": "/catalog/product/view/id/5841"
}