Skip to main content
Glama
kkruglik

MLflow MCP Server

by kkruglik

update_model_version

Idempotent

Update the description of a specific model version in the MLflow model registry by providing its name, version number, and new description text.

Instructions

Update the description of a model version.

Args: name: Name of the registered model. version: Model version number. description: New description text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
versionYes
descriptionYes
Behavior3/5

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

Annotations already indicate write (readOnlyHint=false) and idempotency (idempotentHint=true). The description adds minimal behavioral detail beyond 'update' – it doesn't confirm side effects, authorization needs, or error states. Since annotations carry the burden, a score of 3 is appropriate.

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 extremely concise: two succinct sentences plus a parameter list. No wasted words, and every sentence serves a purpose.

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?

For a simple update tool with 3 parameters and no output schema, the description covers the core operation and parameter semantics. However, it misses edge cases (e.g., version must exist, return behavior) and does not relate to sibling tools. Given the low complexity, a 3 is adequate.

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?

With schema description coverage at 0%, the description must add meaning. It explains that 'name' is the registered model name, 'version' is the version number, and 'description' is the new text. This provides crucial context that the schema titles alone lack, though more detail (e.g., version format) would strengthen it.

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 'Update the description of a model version,' which is a specific verb and resource. It effectively distinguishes from sibling tools like copy_model_version, delete_model_version, and transition_model_version_stage that perform different operations.

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, conditions (e.g., version must exist), or exclusions relative to other update tools like set_model_alias or set_registered_model_tag.

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/kkruglik/mlflow-mcp'

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