mcp_ScancodeMCP_summarize_license_risks
Identify high-risk software licenses and analyze legal risks for each license type using Scancode data. Helps ensure compliance by summarizing problematic licenses and affected files.
Instructions
Lists all files with high-risk/problematic licenses and provides a legal risk summary for each license type.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | No | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"type": "object"
}