Skip to main content
Glama
trianglegrrl

versionator-mcp

by trianglegrrl

get_package_version

Retrieve the latest version of a package from over 19 registries including npm, PyPI, and crates.io. Specify the package manager and package name to get the version.

Instructions

Get the latest version of a package from the specified registry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYesThe name of the package to query
package_managerYesThe package manager/registry. Supported registries: - npm (aliases: node, nodejs) - Node.js packages - rubygems (aliases: gem, ruby) - Ruby gems - pypi (aliases: pip, python) - Python packages - hex (aliases: elixir, hex.pm) - Elixir packages - crates (aliases: cargo, rust) - Rust crates - bioconda (aliases: conda) - Bioconda packages - cran (aliases: r) - R packages - terraform (aliases: tf) - Terraform providers - dockerhub (aliases: docker) - Docker images - cpan (aliases: perl) - Perl modules - go (aliases: golang) - Go modules - composer (aliases: php, packagist) - PHP packages - nuget (aliases: dotnet, .net) - .NET packages - homebrew (aliases: brew) - Homebrew formulas - nextflow (aliases: nf-core) - Nextflow pipelines - nf-core-module (aliases: nfcore-module, nf-module) - nf-core modules - nf-core-subworkflow (aliases: nfcore-subworkflow, nf-subworkflow) - nf-core subworkflows - swift (aliases: spm) - Swift packages - maven (aliases: mvn) - Maven artifacts

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states the basic action (get version) without mentioning network calls, caching, error handling, or any side effects. This is insufficient for an operation that likely involves external requests.

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

Conciseness4/5

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

The description is a single concise sentence with no unnecessary words. It is front-loaded with the core action. However, a slightly more structured format (e.g., listing the registries) could improve scannability, but overall it is efficient.

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?

Given the tool's simplicity and the presence of an output schema, the description provides the essential information. However, it does not address edge cases (e.g., invalid package name, network failure) or any returned errors, leaving gaps for an agent to infer.

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 description coverage is 100%, so the schema already documents both parameters. The description adds no extra meaning beyond the schema's brief descriptions. As per guidelines, baseline 3 is appropriate when schema covers parameters fully.

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 'Get the latest version of a package from the specified registry,' combining a specific verb and resource with the source. It effectively distinguishes this generic tool from the per-registry sibling tools (e.g., get_npm_package) by implying a unified interface for any registry.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not explain when to choose this tool over the per-registry siblings or mention any prerequisites (e.g., registry availability). This omission leaves the agent without context for appropriate invocation.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/trianglegrrl/versionator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server