Skip to main content
Glama
optuna

Optuna MCP Server

Official
by optuna

set_sampler

Configures the optimization algorithm (sampler) for a study, choosing from TPE, NSGA-II, Random, or Gaussian Process samplers to guide hyperparameter search.

Instructions

Set the sampler for the study. The sampler must be one of the following: - TPESampler - NSGAIISampler - RandomSampler - GPSampler

    The default sampler for single-objective optimization is TPESampler.
    The default sampler for multi-objective optimization is NSGAIISampler.
    GPSampler is a Gaussian process-based sampler suitable for low-dimensional numerical optimization problems.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_nameYes
sampler_nameNoThe name of the sampler used in the study.
directionsNoThe optimization directions for each objective.
metric_namesNoThe metric names for each objective.
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. It discloses the allowed values and default behaviors but does not mention side effects (e.g., whether changing the sampler mid-study is safe or resets state).

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 compact and well-structured: purpose statement, list of samplers, then default and guidance. Could be slightly more concise, but no wasted words.

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

Completeness4/5

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

Given a single parameter and an output schema (though not visible), the description covers the essentials: what the tool does, the valid options, and usage hints. It is largely sufficient for an agent to understand and use the tool correctly.

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 enumerates the samplers with no description. The description adds value by explaining defaults and suitability for different scenarios, going beyond the schema's enum.

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 action ('Set the sampler for the study') and specifies the exact allowed values. No sibling tool has a similar purpose, so it is well-distinguished.

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

Usage Guidelines4/5

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

The description provides default samplers for single-objective and multi-objective optimization, and notes that GPSampler is suitable for low-dimensional numerical problems. However, it does not explicitly state when not to use each sampler or provide alternatives.

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

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