Skip to main content
Glama
thegridwork

gridwork-license

Official
by thegridwork

classify_license

Determine risk level and SPDX identifier of any license string. Identify copyleft, permissive, or proprietary licenses to ensure compliance.

Instructions

Classify a license string — returns risk level (copyleft, weak-copyleft, permissive, public-domain, proprietary, unknown) and SPDX identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
licenseYesLicense name or SPDX identifier to classify (e.g., 'MIT', 'GPL-3.0', 'Apache 2.0')
Behavior2/5

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

Annotations are absent, so the description carries full responsibility for transparency. It discloses the outputs (risk level and SPDX identifier) but does not explain underlying behavior, such as how the classification is determined, whether it requires network access, or how errors are handled. The description is too sparse to inform the agent about side effects or limitations.

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, direct sentence that immediately communicates the tool's purpose and output. No redundant or unnecessary information. It is optimally concise.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, no output schema), the description provides the core function but lacks details on return value structure or possible risk level values. While the output is summarized, an agent might need more specifics to interpret results correctly. The description is adequate but not fully complete.

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?

The input schema has 100% description coverage for the single parameter, including examples. The tool description does not add additional meaning beyond what the schema already provides. Baseline of 3 is appropriate since the schema is sufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: classifying a license string and returning risk level and SPDX identifier. It uses a specific verb (Classify) and resource (license string). However, it does not differentiate from sibling tools like find_copyleft, quick_check, or scan_licenses, leaving ambiguity about when to use this tool over alternatives.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus its siblings. There is no mention of prerequisites, context, or exclusions. The agent must infer usage solely from the purpose statement.

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/thegridwork/license'

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