Changes to an entry's small print
changes_sinceInspect what actually changed between releases of an MCP server, skill, or plugin: diff, grade, and grading rule for each release, with date and severity filters.
Instructions
The releases of one entry whose tool descriptions, schemas or instructions changed, each with its diff, its grade and the rule that graded it (rules at https://smallprint.dev/how-we-grade). Use it to read what actually changed, after lookup_entry or changed_since_approval said something did; use changed_since_approval instead when the question is only whether anything moved since an approved version. Filters: since keeps releases published on or after a date; min_severity drops changes below a grade (default low, so plain version bumps and identical releases are never listed). Returns at most 12 releases in text; the structured result carries all of them. Read-only: one HTTPS GET to smallprint.dev per call, no account, no key, nothing about the caller sent, and the server or skill asked about is never run or contacted. Rate limited to one entry per request; a 429 answer says to wait a minute. A name not in the catalog returns a plain error, not a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The entry, with its registry prefix when known: npm:@scope/name, pypi:name, mcp-registry:io.github.owner/server, skills.sh:owner/repo/skill, oci:ghcr.io/owner/image. A bare name is read as an npm package. Case-sensitive, up to 300 characters. | |
| since | No | ISO date, YYYY-MM-DD; only releases published on or after it. Omit for every release on record. | |
| min_severity | No | Lowest grade to include: info, low, medium, high or critical. Default low. Use high to see only changes that name a secret, a destination or an instruction to hide something. | low |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| total | Yes | ||
| releases | Yes | ||
| canonicalName | Yes |