Skip to main content
Glama
KalinYorgov

React Native Upgrade Helper MCP Server

by KalinYorgov

Get React Native Upgrade Information

get_upgrade_info

Retrieve React Native upgrade information and file diffs between two versions. Provide source and target versions to identify required changes for a smoother upgrade.

Instructions

Extract React Native upgrade information between two versions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toVersionYesTarget React Native version (e.g., "0.74.0")
fromVersionYesSource React Native version (e.g., "0.70.14")
packageNameNoPackage name for the projectcom.example.app
projectNameNoProject nameExampleApp
Behavior2/5

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

With no annotations provided, the description carries the burden of disclosing behavioral traits. 'Extract' implies a read-only operation, but the description does not explicitly state side effects, required permissions, rate limits, or what the output represents. The agent is left guessing about the tool's behavior.

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 sentence with no fluff, making it concise and easy to parse. It front-loads the primary action and resource. However, it is perhaps too terse given the tool's complexity, though this does not hurt conciseness itself.

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

Completeness2/5

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

The description is not complete for a tool with 4 parameters, no annotations, and no output schema. It fails to explain what 'upgrade information' entails, what the return format is, or any prerequisites. An agent cannot fully understand the tool's behavior or expected results from the description alone.

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 all parameters are already documented in the input schema. The description adds minimal semantic value beyond restating 'between two versions' which corresponds to the fromVersion and toVersion parameters. The optional parameters packageName and projectName are not mentioned in the description but are fully covered in the schema.

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 uses a specific verb ('Extract') and names the resource ('React Native upgrade information') with the scoping 'between two versions'. It is clear about the core function, though it does not explicitly differentiate from the sibling get_file_diff, which likely serves a different purpose.

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?

The description gives no guidance on when to use this tool versus alternatives, no prerequisites, and no context about when it is appropriate to invoke. There is no mention of when not to use it or how it relates to get_file_diff.

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/KalinYorgov/RN-upgrade-helper-MCP'

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