Skip to main content
Glama
Atelier-Busco

atelier-busco-github-mcp

Official

search_code

Search GitHub repositories for code matching keywords, filtering by owner, repo, language, or file path to locate specific implementations.

Instructions

Search for code across GitHub repositories or within a specific repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
pathNoFilter by file path or extension (e.g. "src", "path:app/*.ts")
repoNoFilter by specific repository name
ownerNoFilter by GitHub user or organization name
queryYesSearch terms or keywords (e.g. "McpServer", "function calculateTotal")
languageNoFilter by programming language (e.g. "typescript", "python")
per_pageNoResults per page (max 100)
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool searches for code, leaving out important behavioral details such as authentication requirements, rate limits, result format, or restrictions on GitHub code search queries.

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 one concise sentence that front-loads the core purpose and scope. There is no redundant wording or filler.

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

Completeness2/5

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

With seven parameters, no output schema, and no annotations, the description is too sparse to fully orient an agent. It does not explain what the returned results look like, how query syntax works beyond simple terms, or what factors affect search behavior.

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 100%, so the input schema already documents all seven parameters. The description adds no parameter-specific meaning beyond what the schema provides, meriting the baseline score of 3.

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 uses a specific verb ('Search') and resource ('code'), and clearly states the scope: across GitHub repositories or within a specific repository. This distinguishes it from sibling tools like search_repositories, which targets repository metadata rather than code content.

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

Usage Guidelines3/5

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

The description implies when to use the tool: whenever an agent needs to find code matching a query. However, it does not explicitly contrast this with search_repositories or other sibling tools, nor does it mention cases where the tool should not be used.

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

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/Atelier-Busco/atelier-busco-github-mcp'

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