Skip to main content
Glama

Version

version
Read-onlyIdempotent

One published release of a deno.land/x module: when it was uploaded, the GitHub repository and ref it was published from, and the full file listing for that version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
versionYese.g. "v17.2.0" — call versions first if unsure.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / version / description
      Added value: +"e.g. \"v17.2.0\" — call versions first if unsure."
  2. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "name": "std",
      +    "version": "0.208.0"
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "description": "Single version metadata from deno.land/x registry",
      +  "type": "object"
      +}
  3. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds value by describing what the response contains (upload time, repository, ref, file listing), which informs the agent about expected output beyond the annotations. It does not contradict annotations and provides useful behavioral context about the returned data.

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 description is a single, well-structured sentence that front-loads the core purpose ('One published release of a deno.land/x module') and then lists the specific data fields. Every word earns its place; no filler or redundancy. It is appropriately sized for the tool's simplicity.

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 read-only lookup with two parameters and an output schema, the description adequately covers what the tool does and what it returns. It does not mention error handling or how to find the correct version, but that is partially addressed by the schema hint. The presence of an output schema reduces the need to explain return values. Overall, it is complete for a tool of this complexity.

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 schema covers the 'version' parameter with an example and a hint to call 'versions' first, but 'name' lacks a description. The tool description implies 'name' refers to a module name, but does not explicitly define it or add details beyond the schema. With 50% schema coverage, the description partially compensates by contextualizing the tool as a deno.land/x module lookup, but the 'name' parameter remains underspecified.

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 clearly states the tool returns a single published release of a deno.land/x module, specifying exactly what data is included (upload time, GitHub repo, ref, file listing). It distinguishes itself from the plural sibling 'versions' by focusing on one version, making its purpose unambiguous.

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 implies usage for a specific version, but it does not explicitly state when to use this tool versus the 'versions' tool for listing all releases. The schema hint for the 'version' parameter suggests calling 'versions' first, but that guidance is not in the description itself. The usage context is implied but not directly 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.