Map parent and child licenses into canonical rights vectors, compare them across frameworks, and produce a compatibility verdict with reason codes and the required child license. Use as a standalone entry point when you only need to know whether a derivative work can legally adopt a given license, or embed it as steps 2 and 3 of the full IP License Election and Attestation workflow.
compare_rights_matrix{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "compare_rights_matrix",
"arguments": {}
},
"id": 1
}
check_license_compatibility{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "check_license_compatibility",
"arguments": {}
},
"id": 1
}