Skip to main content
Glama

Search GitHub for supporting repos

search_github

Search GitHub for libraries, starter kits, and components to support your app. Results include star counts, license, and maintenance signals.

Instructions

Search GitHub for libraries, starter kits, components or reference implementations that can support the app being built (e.g. 'react drag and drop kanban', 'nextjs stripe subscription starter'). Returns repos sorted by stars with license and maintenance signals. Prefer permissive licenses (MIT/Apache-2.0/BSD/ISC) for code you'll incorporate; flag anything GPL to the user before using it. Set GITHUB_TOKEN in the MCP env to raise the rate limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesWhat you need, e.g. 'react calendar component'
languageNoFilter by language, e.g. 'typescript'
minStarsNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that results are sorted by stars, includes license and maintenance signals, and provides behavior guidance on preferring permissive licenses and flagging GPL. It does not specify the response format or pagination, but the disclosed behaviors are meaningful and go beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a compact, front-loaded paragraph where every sentence delivers value: purpose, return behavior, licensing guidance, and configuration tip. There is no filler or repetition, making it appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has four parameters and no output schema, so the description should cover both input and output. It covers input context well with examples and explains the sort order and license signals, but it does not describe the actual return structure or fields, which is a notable gap for an agent that must consume the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50% (query and language have descriptions, but limit and minStars do not). The description provides an example for the query parameter and adds context for sorting, but it does not elaborate on limit or minStars semantics beyond their schema defaults and constraints, leaving a moderate gap in parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Search GitHub') and a clear resource ('GitHub') with a defined goal: finding libraries, starter kits, components, or reference implementations that support the app being built. This distinguishes it from siblings like web_search or fetch_url by focusing on code repositories and giving concrete examples.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage context: when you need supporting code such as libraries, starters, or reference implementations, with examples of what to search for. It adds practical guidance on license preferences and rate-limit token setup, but it does not explicitly state when NOT to use this tool or name alternative tools for other kinds of searches.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/DPGS-oss/app-factory-mcp'

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