Skip to main content
Glama

databutler-provenance

package_provenance

Who publishes this package, and is it a typosquat? Live npm or PyPI lookup: first-publish date and age, release count, latest version, maintainers/author, linked repo, plus a typosquat check against popular package names. Use when an agent is about to install or recommend an unfamiliar dependency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYespackage name, e.g. express or requests
ecosystemYesnpm or pypi

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It discloses that the tool performs a live lookup against npm or PyPI and enumerates the returned data (publish date, release count, latest version, maintainers, linked repo, typosquat check). It does not explicitly note potential network errors or rate limits, but the 'live lookup' phrasing conveys the key behavioral trait.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The entire description is two sentences with no filler. The opening question and colon introduce the purpose, the list of returned data is compact, and the final sentence gives a concrete usage trigger. Every part contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple lookup tool with no output schema, the description lists the key fields returned and the intended use case, which is enough for an agent to decide when to call it. It does not explain error cases or how to interpret the typosquat result, but those are secondary for tool selection and initial invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers both parameters 100%, including an enum for ecosystem and examples for name. The description adds context about why the package name matters (unfamiliar dependency) but no additional semantic detail beyond what the schema already provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: a live npm/PyPI lookup for package provenance and typosquat detection. It clearly distinguishes itself from the sibling domain_provenance by stating 'package' and listing package-specific data. An agent can tell this tool apart from its sibling without inspecting the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives an explicit trigger: 'Use when an agent is about to install or recommend an unfamiliar dependency.' This clearly states when to use the tool, though it does not mention when not to use it or explicitly name the alternative domain_provenence. The package-vs-domain distinction is implied by context but not stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources