Skip to main content
Glama

migrate_v1_to_v2

Convert Flytekit V1 Python code to V2 syntax with automated transformations and manual review guidance.

Instructions

Rewrite flytekit V1 Python code into flyte-sdk V2 syntax.

Returns the transformed code plus a list of applied changes and warnings about patterns that need manual review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the output ('transformed code plus a list of applied changes and warnings about patterns that need manual review'), which is helpful, but lacks details on error handling, performance, or side effects (e.g., whether it modifies external systems). This provides basic context but leaves gaps for a mutation-like tool.

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 front-loaded with the core purpose in the first sentence, followed by output details in the second. Both sentences earn their place by providing essential information without redundancy, making it efficient and well-structured.

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 no annotations and no output schema, the description covers the basic transformation purpose and output format, which is adequate for a tool with one parameter. However, as a code-rewriting tool, it lacks details on limitations (e.g., supported V1 features), error cases, or integration context, leaving room for improvement in completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must compensate. It implies the 'code' parameter is V1 Python code to rewrite, adding meaning beyond the schema's generic 'Code' title. However, it does not specify format constraints (e.g., file vs. snippet) or examples, partially compensating for the schema gap.

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 specific action ('Rewrite') and target resources ('flytekit V1 Python code into flyte-sdk V2 syntax'), distinguishing it from sibling tools that focus on retrieval, execution, or search rather than code transformation. It precisely communicates what the tool does without being tautological.

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 provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., needing V1 code), exclusions, or compare it to sibling tools like 'search_flyte_api' or 'get_flyte_pattern', leaving the agent without context for tool selection.

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/andreahlert/flyte-mcp'

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