get_registry_item
Retrieve a shadcn-native registry item for one component or block from the Memoire workspace. Provides installable context including files, dependencies, and metadata.
Instructions
Return one shadcn-native registry item generated from the current Memoire workspace.
Prerequisites: The requested component spec must exist. Use get_specs to list available specs or get_shadcn_registry to inspect generated item names.
Returns on success: registry-item.json-compatible data with files, targets, dependencies, cssVars metadata when applicable, and Memoire Atomic Design metadata.
Use this tool: when an AI editor needs the exact installable context for one component or block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Component spec name or shadcn item slug, e.g. Button or button. | |
| homepage | No | Public homepage used to generate item URL and Open-in-v0 metadata. |