Skip to main content
Glama
sktime

sktime-mcp

Official
by sktime

save_model

Save an estimator or pipeline handle to a specified path using sktime MLflow integration for model persistence and management.

Instructions

Save an estimator/pipeline handle using sktime MLflow integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesLocal directory or URI where the model will be saved
mlflow_paramsNoOptional extra parameters for sktime.utils.mlflow_sktime.save_model
estimator_handleYesHandle ID of the estimator to save
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions 'using sktime MLflow integration', adding some context about the saving mechanism, but does not disclose potential side effects (e.g., overwriting, permissions, return behavior) or the impact on the estimator handle.

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 redundant text. While efficient, it could be slightly more detailed without sacrificing conciseness, such as hinting at return values or typical invocation context.

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 tool has 3 parameters (one nested object) and no output schema. The description is insufficient: it does not explain what the tool returns, what 'sktime MLflow integration' entails, or prerequisites like whether the estimator must be fitted first. Given the lack of annotations, more context is needed for an agent to use it 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 baseline is 3. The description does not add meaningful new information beyond the schema descriptions; 'using sktime MLflow integration' loosely matches the mlflow_params parameter description but does not clarify usage or constraints.

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 saves an estimator/pipeline handle using sktime MLflow integration. The verb 'save' and resource 'estimator/pipeline handle' are specific, distinguishing it from siblings like 'load_model' or 'update'.

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

Usage Guidelines3/5

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

The description implies usage for saving model handles, but provides no explicit guidance on when to use this tool over alternatives, nor any exclusion criteria or prerequisites. The sibling tools include 'save_data' and 'load_model', but no comparative context is given.

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/sktime/sktime-mcp'

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