Skip to main content
Glama

buygit_audit_repo

Audit any GitHub repo to get its license, supply-chain risk, popularity, and repo signals. Use to determine if a repo is safe to bundle or its license.

Instructions

Audit any external GitHub repo (not just BuyGit catalog) — returns license + supply-chain risk + popularity + repo signals in one shot. If the repo is already in our catalog, uses the richer cached signals. Otherwise lives-probes the GitHub REST API. Use for "is github.com/X/Y safe to bundle?" or "what license is github.com/X/Y under?".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesgithub.com/{owner}/{repo} URL. Strict github.com host enforcement.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesWhich path satisfied the request — catalog row or live GitHub REST probe.
repo_urlYes
listingNoPresent when source = catalog. Cached BuyGit listing with full signals.
auditNoPresent when source = github-live. Live GitHub REST probe + derived signals.
caveatNoPresent when source = github-live. Explains the live-probe limitations.
companion_mcpsNoRecommended companion MCPs to chain with for deeper checks (Socket, OpenSSF, TruffleHog).
Behavior4/5

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

Without annotations, the description carries the full burden. It details return types (license, supply-chain risk, popularity, repo signals) and explains caching vs live-probing. However, it omits potential rate limits or side effects from GitHub API calls.

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 4 concise sentences with front-loaded purpose. Every sentence adds value: action+results, caching detail, and use cases. No wasted words.

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

Completeness4/5

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

Given the presence of an output schema and single parameter, the description covers core behavior, caching, and usage cases. Missing details on rate limits or authentication, but overall sufficient for an agent to select and invoke the tool correctly.

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

Parameters5/5

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

Despite 100% schema coverage, the description adds significant meaning: it clarifies that the tool works on any external repo (not just catalog) and explains behavioral differences based on catalog membership, which the schema's regex and description do not convey.

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 clearly states the tool's purpose: auditing any external GitHub repo for license, supply-chain risk, popularity, and repo signals. It distinguishes itself from siblings by emphasizing external repos and one-shot comprehensive audit.

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 provides explicit use cases like 'is github.com/X/Y safe to bundle?' and 'what license is github.com/X/Y under?'. It also explains caching vs live-probing behavior, but does not explicitly mention when to use alternatives like buygit_deep_audit.

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/genoxdeveloper/buygit-mcp-server'

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