Skip to main content
Glama

buygit_check_license_compat

Check if a dependency's SPDX license is compatible with your project's license. Get a result of compatible, review, or incompatible with a plain-English explanation.

Instructions

Check whether SPDX license A can be bundled into a project licensed under SPDX license B. Returns one of compatible / review / incompatible with a plain-English note. The only MCP that answers "Is GPL-3.0 safe in my MIT project?" without a separate SCA tool. Hint, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesSPDX id of the dependency you want to use.
targetYesSPDX id of the project you want to bundle it into.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
targetYes
verdictYes
noteYes
Behavior3/5

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

No annotations provided, so description must fully disclose behavior. It describes output format and includes a disclaimer, but does not mention operational details like network requirements, latency, or limits. Would benefit from more transparency given absence of annotations.

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?

Three sentences effectively convey purpose, uniqueness, and a necessary disclaimer. No redundant information, every sentence earns its place.

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 tool's simplicity, the description covers inputs, outputs, and usage context. However, could further clarify the meaning of the output categories ('compatible', 'review', 'incompatible') and when to prefer this over related sibling tools like buygit_audit_repo.

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% with detailed descriptions and examples for both parameters. The description does not add new semantic information beyond what the schema already provides, so baseline score of 3 is appropriate.

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?

Description clearly states the tool checks SPDX license compatibility and returns a classification. It distinguishes itself from siblings by claiming to be the only MCP for this specific task without needing a separate SCA tool.

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?

Provides context by emphasizing it's the only tool that answers 'Is GPL-3.0 safe in my MIT project?' without an external tool, and includes a disclaimer that it's not legal advice. However, lacks explicit when-to-use and when-not-to-use guidance or mention of alternative siblings.

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