List Pack Observations
list_pack_observationsLists the real, observed consolidation packs logged against a consolidation group in your team's Library -- "these articles, at these quantities, actually packed onto N pallets at these dims/weight," the same ground-truth data resolve_quantities/resolve_prepack_quantities and the app's own resolve flow learn from (PRINCIPLES.md P-13).
Use this to see what's already been logged for a group before deciding whether a new observation (log_pack_observation) is needed, or to review a group's own observation history. Each observation's member_quantities are resolved to article_number/name for readability -- never a bare internal id.
Returns an empty observations array (not an error) for a group that exists but has no observations logged yet -- a real, valid state, not a failure.
Requires an MCP API key (Authorization: Bearer ) issued for a kubik.tools team. Looks the consolidation group up by its own name text within that team's own Library -- never across teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your team's kubik.tools MCP API key (kubik_mcp_...). Required. | |
| group_name_query | Yes | Free-text search over the consolidation group's own name, e.g. 'pallet mix A' or 'mixed cartons'. |