← All Stars
public Star · 0.1.0
orrery/npm-release
Bounded latest dist-tag metadata for named allowlisted npm packages.
Use this when
- You need latest dist-tag metadata for an allowlisted npm package
- You are gathering release evidence before reasoning
Not for
- Packages outside the allowlist
- Publishing packages
- Lockfile resolution
Inputs / Outputs
Inputs
| Name | Type | Notes |
|---|---|---|
package required |
string | — |
Outputs
| Name | Type | Notes |
|---|---|---|
dist_tags |
object | — |
envelope |
signed-envelope | — |
Example
{
"method": "tools/call",
"params": {
"name": "get",
"arguments": {
"package": "zod"
}
}
}Tools
get
Get latest dist-tag metadata for a named allowlisted npm package · schema
{
"type": "object",
"properties": {
"package": {
"type": "string",
"enum": [
"@modelcontextprotocol/sdk",
"zod"
],
"default": "zod"
}
},
"required": [
"package"
]
}In constellations
No constellation references this Star yet.