get_entry
Retrieve a specific registry entry with full content including documentation, metadata, and install targets. Use to read artefact details or get install paths for local clients.
Instructions
Get a specific registry entry with its full content.
Use this to read a single artefact's documentation or to get its install files. To get all artefacts of a plugin at once, use get_plugin_install_package instead.
Returns:
entry: structured RegistryEntry fields
metadata: parsed YAML frontmatter from the source file
content_raw: markdown body below the frontmatter (the actual instructions)
content_full: verbatim file content (frontmatter + body), write-ready
install_targets: exact destination paths per client (claude_local, copilot, plugin_tracking)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| plugin | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||