design_system_assets
Search your design system bundle for semantic assets, component SVGs, icons, merchant marks, and raster images to import directly into Figma, avoiding placeholders when the exact asset exists.
Instructions
Search the configured portable bundle for checksum-addressable semantic assets, component SVGs, icons, merchant marks, and raster images. Prefer an exact semantic asset ID from design_system_plan. Import a result inside figma_write with figma.loadBundleAsset(asset.id, opts); never draw a placeholder when a required bundled asset exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results. Default 12. | |
| query | Yes | Semantic ID, asset name, alias, merchant name, icon name, or keywords. | |
| reload | No | Reload bundle files before searching. | |
| source | No | Optional asset source filter. | |
| category | No | Optional category filter such as merchant-logo, icons, or brand-assets. |