Skip to main content
Glama

infra_configure

Idempotent

Update runtime configuration including model preset, model ID, thinking depth, or temperature. Changes apply instantly to all subsequent calls.

Instructions

Reconfigure the server at runtime — preset, model, thinking level, or temperature.

Changes take effect immediately for all subsequent tool calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNoNamed model preset: "best" (3.1 Pro), "stable" (3 Pro), or "budget" (3 Flash)
modelNoGemini model ID override (takes precedence over preset)
thinking_levelNoThinking depth — "minimal", "low", "medium", or "high".
temperatureNoSampling temperature
auth_tokenNoOptional infra auth token (required when INFRA_ADMIN_TOKEN is configured)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses that changes are immediate and affect subsequent calls. Annotations already indicate idempotentHint=true, so no contradiction. Could elaborate on when auth_token is required, but overall adds value.

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?

Two sentences with front-loaded purpose. Every word is informative; no unnecessary content.

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?

Adequate for a configuration tool with good annotations and output schema. Minor gaps: interaction between preset and model is not explained, and auth_token requirement is implicit.

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 description coverage is 100%, so baseline is 3. The description merely lists the parameter categories without adding extra meaning beyond schema. No new semantics introduced.

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?

Description clearly specifies the verb 'Reconfigure' and resource 'server', listing the configurable aspects (preset, model, thinking level, temperature). It effectively differentiates from sibling tools by being the sole configuration tool.

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?

States that changes take effect immediately, providing clear context for when to use. Does not explicitly mention when not to use or alternatives, but the unique role makes usage clear.

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/Galbaz1/video-research-mcp'

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