get_awesome_items
Retrieve curated items from specific sections of awesome lists, using token limiting for efficiency. Provide GitHub repo, list ID, or filters to fetch resources tailored to your needs.
Instructions
Retrieves items from a specific awesome list or section with token limiting. You must call 'find_awesome_section' first to discover available sections, UNLESS the user explicitly provides a githubRepo or listId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
githubRepo | No | GitHub repo path (e.g., 'sindresorhus/awesome') from find_awesome_section results | |
listId | No | UUID of the list (from find_awesome_section results) | |
offset | No | Pagination offset for retrieving more items | |
section | No | Category/section name to filter | |
subcategory | No | Subcategory to filter | |
tokens | No | Maximum number of tokens to return (default: 10000). Higher values provide more items but consume more tokens. |