TracePass products
tracepass_productsManage product catalogue entries including creation, update, listing, and retrieval. Each product can have multiple Digital Product Passports for serialized units.
Instructions
Manage the TracePass product catalogue. A product is the catalogue layer — one product can have many passports (one per serialised unit). Products are not billable on their own.
Actions (pass via action, with args):
list — args: { page?, limit? (≤100), category?, status?, search? }. Read-only.
get — args: { id }. Read-only.
create — args: { name, model, category, description? }.
categoryis one of: battery, textile, electronics, construction, steel, chemicals, packaging, furniture, tyres, jewelry, toys, fmcg.update — args: { id, name?, model?, description? }; pass at least one field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| args | No | Action-specific arguments — see the description for each action's shape. |