Skip to main content
Glama
augmnt
by augmnt

get_migration_guide

Retrieve a detailed migration guide for any npm package between versions, including breaking changes, new features, deprecations, type differences, and official documentation.

Instructions

Get a detailed migration guide between package versions. Returns breaking changes, new features, deprecations, type diffs, and official migration docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageYesPackage or framework name (e.g., "react", "next", "prisma")
fromVersionYesVersion to migrate from (e.g., "18", "14.0.0")
toVersionNoVersion to migrate to (defaults to latest)
Behavior3/5

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

With no annotations, the description carries full burden. It states the operation is non-destructive and lists return contents, but does not disclose potential behaviors such as error handling for invalid versions, data freshness, or whether external API calls are made. This provides moderate transparency.

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 focused sentence that immediately states the action and what is returned. No unnecessary words, and the structure supports quick comprehension.

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 retrieval tool with three well-described parameters and no output schema, the description covers the essential functionality and return types. Minor gaps exist (e.g., no mention of version format validation), but overall it is sufficiently complete for the agent to understand and invoke the tool correctly.

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%, so the baseline is 3. The description does not add any semantic meaning beyond the schema descriptions; it merely restates the overall purpose. No parameter-specific guidance is offered.

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 retrieves a migration guide between package versions, listing specific returned elements (breaking changes, new features, deprecations, etc.). This distinguishes it from sibling tools like 'compare_packages' which compares packages rather than versions within a package.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, limitations, or typical use cases, leaving the agent to infer usage from the name and description alone.

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/augmnt/augments-mcp-server'

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