> ## Documentation Index
> Fetch the complete documentation index at: https://developers.manglai.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools — Product footprint

> BOM products and materials with the Manglai MCP

## Available Tools

| Tool                         | Kind | Description                                   |
| ---------------------------- | ---- | --------------------------------------------- |
| `list_bom_products`          | Data | BOM products in the product footprint catalog |
| `list_bom_product_materials` | Data | Materials for a BOM product                   |

`list_bom_product_materials` requires `productId`. Set `asTree: true` for a hierarchical material tree.

## Usage Examples

```
"List my product carbon footprint products"
→ list_bom_products()

"Show materials for product {productId}"
→ list_bom_product_materials({ productId: "uuid", asTree: true })
```
