Skip to main content
Glama

context-awesome

by bh-rat

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

NameRequiredDescriptionDefault
githubRepoNoGitHub repo path (e.g., 'sindresorhus/awesome') from find_awesome_section results
listIdNoUUID of the list (from find_awesome_section results)
offsetNoPagination offset for retrieving more items
sectionNoCategory/section name to filter
subcategoryNoSubcategory to filter
tokensNoMaximum number of tokens to return (default: 10000). Higher values provide more items but consume more tokens.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "githubRepo": { "description": "GitHub repo path (e.g., 'sindresorhus/awesome') from find_awesome_section results", "type": "string" }, "listId": { "description": "UUID of the list (from find_awesome_section results)", "type": "string" }, "offset": { "default": 0, "description": "Pagination offset for retrieving more items", "minimum": 0, "type": "number" }, "section": { "description": "Category/section name to filter", "type": "string" }, "subcategory": { "description": "Subcategory to filter", "type": "string" }, "tokens": { "description": "Maximum number of tokens to return (default: 10000). Higher values provide more items but consume more tokens.", "type": "number" } }, "type": "object" }

Other Tools from context-awesome

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bh-rat/context-awesome'

If you have feedback or need assistance with the MCP directory API, please join our Discord server