Skip to main content
Glama
gemini2026

Documentation Search MCP Server

by gemini2026

snyk_license_check

Evaluate project dependency licenses against a chosen policy (permissive, copyleft-limited, strict) and receive a compliance report with risk assessment.

Instructions

Check license compliance for project dependencies using Snyk.

Args:
    project_path: Path to the project directory
    policy: License policy to apply ("permissive", "copyleft-limited", "strict")

Returns:
    License compliance report with risk assessment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyNopermissive
project_pathNo.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It indicates the tool returns a 'License compliance report with risk assessment', implying a read operation, but does not explicitly state it is read-only or disclose any behavioral traits like authorization needs, rate limits, or potential side effects. Minimal but adequate.

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

Conciseness4/5

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

The description is concise, with a clear two-line purpose followed by structured Args and Returns sections. It is front-loaded and each sentence adds value. However, it could be slightly more efficient by integrating the Args details into the main description.

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 (two parameters, no enums, no output schema), the description adequately covers what the tool does and what it returns. It is complete enough for an agent to understand basic usage, though it lacks examples or prerequisites like Snyk setup.

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 description coverage is 0%, but the description's Args section adds meaning beyond the schema: it explains 'project_path' as 'path to the project directory' and 'policy' with possible values in parentheses. This enhances understanding of parameter semantics, though it could elaborate on policy options.

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 verb 'check' and the resource 'license compliance', using 'Snyk' for context. It distinguishes from sibling tools like snyk_scan_project and snyk_scan_library, which focus on vulnerabilities, making the purpose unique and unambiguous.

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 does not explicitly provide when or when-not to use this tool over alternatives. While the name and context imply it's for license compliance, there is no guidance on choosing it over other tools like snyk_scan_project or suggest_secure_libraries. Usage is implied but not clearly stated.

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/gemini2026/documentation-search-mcp'

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