← All Stars
public Star · 0.1.0
orrery/spdx-license
Bounded SPDX license text and metadata for named allowlisted identifiers.
Use this when
- You need SPDX license text for an allowlisted identifier
- You are assembling license evidence for a gate
Not for
- Unknown SPDX IDs
- Custom license drafting
- License approval decisions
Inputs / Outputs
Inputs
| Name | Type | Notes |
|---|---|---|
license_id required |
string | — |
Outputs
| Name | Type | Notes |
|---|---|---|
license_text |
string | — |
metadata |
object | — |
envelope |
signed-envelope | — |
Example
{
"method": "tools/call",
"params": {
"name": "get",
"arguments": {
"license_id": "MIT"
}
}
}Tools
get
Get bounded metadata and license text for a named allowlisted SPDX ID · schema
{
"type": "object",
"properties": {
"license_id": {
"type": "string",
"enum": [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"MPL-2.0"
],
"default": "MIT"
}
},
"required": [
"license_id"
]
}In constellations
No constellation references this Star yet.