Search Article Profiles
search_article_profilesSearches your team's kubik.tools Library for article profiles by article number or name (case-insensitive substring match). Returns up to 10 matches: id, article_number, name, supplier.
Leave query empty (or a single common substring) to browse -- this returns whatever matches, sorted however the underlying table naturally orders (no ranking beyond "matched or not"), never a full unfiltered dump beyond the 10-result cap. Use resolve_quantities once you've found the article you want to resolve a quantity against; use this tool first to find its exact article_number/id if you only have a rough description.
Requires an MCP API key (Authorization: Bearer ) issued for a kubik.tools team. Only ever returns that team's own Library -- never across teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Article number or name substring to search for, e.g. 'MLB1001' or 'rim holder'. Leave empty to browse the first 10 articles in the Library. | |
| api_key | Yes | Your team's kubik.tools MCP API key (kubik_mcp_...). Required. |