get_component
Fetch full details of a specific Aurum component including KDoc, signature, parameters with types and defaults, previews, and Figma deeplink. Get the canonical snippet after searching or listing components.
Instructions
Fetch the full details of a single Aurum component by name: KDoc, Compose signature, every parameter (with types, defaults, and per-param docs), preview function names, Figma deeplink, Code Connect path, and gallery URL. Use after list_components or search to get the canonical snippet for a component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Composable name, e.g. `AurumChip`. Case-sensitive. | |
| platform | No | Reserved for future cross-platform manifests. | all |