fulfillment_materials
List available manufacturing materials from external services, filtering by technology and search to retrieve color, finish, and pricing details for your project.
Instructions
List available materials from external manufacturing services.
Returns materials with technology (FDM, SLA, SLS, etc.), color,
finish, and pricing. Use the material ``id`` when requesting a quote
with ``fulfillment_quote``.
The full catalog contains 2000+ materials. Use the optional filter
parameters to narrow results so agents can find the right material
without overwhelming context windows.
Args:
search: Filter materials whose name contains this term
(word-boundary match, case-insensitive). E.g. ``"nylon"``
matches "Nylon 12" and "Glass-filled Nylon" but not
"Carbonylon".
technology: Filter by manufacturing technology (word-boundary
match, case-insensitive). Common values: ``"SLS"``,
``"FDM"``, ``"SLA"``, ``"MJF"``, ``"DMLS"``. Matches
against both the technology field and the material name.
limit: Maximum number of materials to return (default 50).
Direct Craftcloud mode requires the operator's own
``KILN_CRAFTCLOUD_API_KEY``. Normal users should use the hosted
kiln-pro proxy so Craftcloud access stays server-side and quota
enforcement applies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| technology | No |