Skip to main content
Glama

plugin_configure

Set runtime configuration options on an installed Docker plugin. Disable the plugin first, apply key-value settings, then re-enable to apply.

Instructions

Set runtime configuration options on an installed plugin.

Use plugin_inspect first to see which keys the plugin exposes under Settings.Env; pass those same keys as a plain dict, e.g. {"DEBUG": "1", "SOCKET": "/run/x.sock"}. The plugin must be disabled before reconfiguring — call plugin_disable first if it is currently active, then plugin_enable afterwards to apply the new settings.

args: name - Plugin name or id (e.g. "vieux/sshfs:latest") options - Key/value settings to apply, matching the plugin's declared env keys returns: bool - True after configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
optionsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses that the plugin must be disabled for configuration, implying a mutating operation with a prerequisite state. It also specifies that options must match declared env keys, adding context.

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 concise, well-structured with clear sections: purpose, usage instructions, and parameter breakdown. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given the tool's complexity (configuration requiring disabling), the description covers prerequisites, parameter semantics, and return value. No output schema needed as description states 'returns: bool - True after configuration'. Complete for effective use.

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

Parameters5/5

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

Schema has no descriptions (0% coverage), but the description explains both parameters: 'name' as plugin name or id with example, and 'options' as key/value settings matching the plugin's env keys. This fully compensates for the schema gap.

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 uses a specific verb 'Set' and resource 'runtime configuration options on an installed plugin', clearly defining its purpose. It distinguishes itself from sibling tools like plugin_inspect and plugin_disable/enable.

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

Usage Guidelines5/5

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

Explicitly instructs to use plugin_inspect first to discover keys, and states the plugin must be disabled before reconfiguring, with subsequent plugin_enable. Provides clear when-to-use and prerequisites.

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/GavinLucas/docker-mcp'

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