Skip to main content
Glama

security_audit_licence_compatibility

Read-onlyIdempotent

Audit licence compatibility of your dependency list. Input package names or SPDX IDs to receive a COMPATIBLE or CONFLICT verdict with conflicting pairs and recommended actions.

Instructions

Audit the licence compatibility of your entire dependency list. Input package names (with ecosystem) or SPDX IDs; get a COMPATIBLE/CONFLICT verdict with specific conflicting pairs and recommended action. Uses static SPDX compatibility table — no network call for spdx_ids path. Package path resolves licences from deps.dev (max 10 concurrent). Max 50 items. Rate limit: 60/minute. No auth required. For developers and compliance teams auditing open source licence risk before shipping. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="security_audit_licence_compatibility", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packagesNoList of {name, ecosystem} dicts to check compatibility. Optional.
spdx_idsNoList of SPDX licence identifiers to check compatibility. Optional.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds valuable behavioral context: 'No auth required,' 'Rate limit: 60/minute,' 'Max 50 items,' and details about static vs. network-dependent paths. No contradictions with 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?

The description is a single paragraph that front-loads the main action. Every sentence adds value: purpose, input format, output, behavior notes (static vs network), limits, rate limit, auth, target audience, and fallback instruction. No wasted words; compact yet complete.

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

Completeness5/5

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

Given the tool's complexity (two input paths, multiple constraints), the description covers all necessary aspects: inputs, processing behavior, output nature, rate limits, concurrency, audience, and error handling via feedback. Although no output schema is provided, the description sufficiently describes the verdict format.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaning by explaining the two input paths: 'Input package names (with ecosystem) or SPDX IDs' and noting that the package path uses deps.dev while SPDX IDs use a static table. This clarifies the difference between the two optional parameter groups.

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: 'Audit the licence compatibility of your entire dependency list.' It specifies inputs (package names with ecosystem or SPDX IDs) and outputs (COMPATIBLE/CONFLICT verdict with conflicting pairs and recommended action). This distinguishes it from sibling tools like 'security_fetch_licence_analysis' which may focus on fetching rather than compatibility analysis.

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 usage context: 'For developers and compliance teams auditing open source licence risk before shipping.' It also gives performance hints (static SPDX table, deps.dev network calls, concurrency limit). However, it does not explicitly state when to use this tool over siblings, nor does it provide 'when not to use' guidance, though the fallback instruction partially addresses cases where the tool doesn't meet needs.

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

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