Skip to main content
Glama

context-awesome

by bh-rat

find_awesome_section

Discover relevant sections of awesome lists based on your search query, enabling precise selection for curated resources. Returns metadata, repository info, and confidence scores to guide next steps.

Instructions

Discovers sections/categories across awesome lists matching a search query and returns matching sections from awesome lists.

You MUST call this function before 'get_awesome_items' to discover available sections UNLESS the user explicitly provides a githubRepo or listId.

Selection Process:

  1. Analyze the query to understand what type of resources the user is looking for

  2. Return the most relevant matches based on:

    • Name similarity to the query and the awesome lists section

    • Category/section relevance of the awesome lists

    • Number of items in the section

    • Confidence score

Response Format:

  • Returns matching sections of the awesome lists with metadata

  • Includes repository information, item counts, and confidence score

  • Use the githubRepo or listId with relevant sections from results for get_awesome_items

For ambiguous queries, multiple relevant sections will be returned for the user to choose from.

Input Schema

NameRequiredDescriptionDefault
confidenceNoMinimum confidence score (0-1)
limitNoMaximum sections to return
queryYesSearch terms for finding sections across awesome lists

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confidence": { "default": 0.3, "description": "Minimum confidence score (0-1)", "maximum": 1, "minimum": 0, "type": "number" }, "limit": { "default": 10, "description": "Maximum sections to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search terms for finding sections across awesome lists", "type": "string" } }, "required": [ "query" ], "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