get_starter_pack
Fetch a Bluesky starter pack by AT-URI or bsky.app link to get its name, description, creator, member profiles, feeds, and joined counts.
Instructions
Fetch a Bluesky starter pack (app.bsky.graph.getStarterPack) by AT-URI or bsky.app link, returning its name, description, creator, reference-list info, a sample of member profiles, included feeds, and joined counts. Works without authentication. Use search_starter_packs to discover packs by keyword, and get_list to page through the full member list. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| starterPack | Yes | Starter pack reference: an AT-URI (at://did/app.bsky.graph.starterpack/rkey) or a bsky.app link (https://bsky.app/starter-pack/{handle-or-did}/{rkey}). go.bsky.app short links are not supported — open one in a browser and use the resulting bsky.app URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the request succeeded. | |
| starterPack | Yes | Full view of the starter pack. |