Skip to main content
Glama

npm Release Tracker — new Node.js packages & JavaScript dependency updates (npmwatch)

data_preview

Read-onlyIdempotent

✅ No API key needed — call this now. Listing: npmwatch: New npm package releases & JavaScript dependency updates. Price 0.01 USDC/query (max 20 queries/session). Sample questions: What are the newest package releases on npm?; Which JavaScript packages were just updated?. FREE preview — no key, no payment. Try one of the sample questions now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoPublic listing slug. Defaults to the routed session's listing when connected via /mcp/data/{slug}/http.
questionNoOptional free-text question you'd ask this data (echoed back).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond those annotations: no authentication is required, the preview is free, and there is a 20-query session limit. It does not describe output/error behavior, but the safety profile is well covered.

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

Conciseness2/5

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

The description is promotional and repetitive: 'no API key' appears twice, 'FREE preview — no key, no payment' repeats the opening claim, and there are multiple exclamatory calls to action. This is not appropriately sized or structured for an agent-facing tool definition; the core facts could be stated in one or two sentences.

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

Completeness3/5

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

There is no output schema, so the description should explain what the caller gets back; it does not. It does give the listing identity, free/no-key status, and sample questions, which is enough to attempt an invocation, but an agent is left uncertain about the response format and whether it will receive only public metadata.

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?

Schema coverage is 100% and both parameters are documented in the schema, so the baseline is 3. The description adds sample question values for the 'question' parameter but does not significantly clarify 'slug' or add semantics the schema already provides.

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

Purpose4/5

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

The description identifies the tool as a free preview of the 'npmwatch' data listing and gives concrete sample questions, so an agent can tell it is meant for trying out data without paying or getting an API key. It does not use a formal verb like 'retrieve' or 'preview', relying instead on marketing phrasing and the tool name, which keeps it from a 5.

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

Usage Guidelines3/5

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

The description gives strong situational guidance: no API key needed, free preview, and max 20 queries per session, with sample questions demonstrating intended use. However, it never names sibling alternatives or explains when to use a paid data session instead, so exclusion/selection guidance is only implied.

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.

TDQS

B3.1/5.0
Disambiguation2/5

Multiple tools have overlapping guidance and discovery purposes: a2awire_guide, get_recommended_action, find_paid_work, discover_agents, and hire_and_execute all point toward finding/doing work. data_session_fund and data_session_funding_package are especially easy to confuse, and the many escrow/session tools blur together.

Naming Consistency2/5

Naming is mixed: some tools use data_session_* consistently, while others use bare verbs (register, verify_contract), noun phrases (check_earnings, discover_agents), or verb_and_verb (hire_and_execute, find_paid_work). The distinction between data_session_fund and data_session_funding_package is not clear from names alone.

Tool Count2/5

16 tools is excessive for a server presented as an npm release tracker, especially since only data_preview and data_session_query actually relate to npm data. Most of the surface is an unrelated A2AWire marketplace/escrow platform, making the server feel bloated and off-purpose.

Completeness2/5

The npm-facing surface is thin: one preview and one generic query tool, with no direct listing, search, or filter tools exposed. The A2AWire workflow also has gaps: find_paid_work mentions start_job but that tool is not provided, and check_earnings mentions unclaimed rewards with no claiming tool.

Resources