get_entry_by_id
Retrieve a registry entry using its full ID, bypassing the need to search by category. Returns entry details, metadata, and raw content.
Instructions
Get a registry entry by its full ID (plugin/type/name).
Shortcut for get_entry when you already have the entry ID from list_entries. Returns same shape as get_entry: {entry, metadata, content_raw}.
Example: id="android/skill/android-architecture"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||