Skip to main content
Glama

mlflow_experiments_create

Create a new MLflow experiment with a required name and optional artifact location and tags.

Instructions

Create an experiment (POST /api/2.0/mlflow/experiments/create).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesExperiment name
artifact_locationNo
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations already indicate readOnlyHint=false, so the tool is a write operation. The description adds no new behavioral context, such as whether creation requires certain permissions or what happens to existing experiments with the same name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While extremely concise (one sentence), the description is too minimal and lacks substantive information. It does not earn its place by adding value beyond the tool name; it essentially repeats the title.

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?

Given the simplicity of the tool (3 params, output schema exists), the description is incomplete. It does not explain the purpose or behavior of the optional parameters or the return value, leaving the agent without sufficient information to use it correctly.

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

Parameters1/5

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

The input schema has 3 parameters, but only 'name' has a description. Schema coverage is 33%, which is low. The description does not describe any parameters, leaving 'artifact_location' and 'tags' without any explanation, failing to compensate for the schema gap.

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 clearly states the verb 'Create' and the resource 'experiment', directly indicating the tool's function. It distinguishes from sibling tools like mlflow_experiments_get or mlflow_experiments_update by focusing on creation. However, it lacks additional context about what an experiment is.

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, such as when to create vs. update an experiment, or any prerequisites like unique naming. The agent receives no usage direction beyond the action.

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/inav/databricks-mcp'

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