Skip to main content
Glama
aihuali213

mcp-server-wslc

by aihuali213

image_build

Build a container image from a Dockerfile using a specified build context. Supports tagging, build arguments, target stages, and cache control.

Instructions

Build a container image from a Dockerfile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTags for the built image (e.g. ['myapp:latest', 'myapp:v1'])
fileNoPath to the Dockerfile (default: 'Dockerfile' in context)
pathYesPath to the build context directory
pullNoAlways attempt to pull a newer version of the image
labelNoMetadata labels
targetNoTarget build stage
noCacheNoDo not use cache when building the image
verboseNoEnable verbose output
buildArgNoBuild-time variables (KEY=VALUE)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose behavioral traits such as pulling base images, creating a new image entry, requiring network access, or producing verbose output. Side effects and failure modes are absent.

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 a single, focused sentence without redundancy or filler. It is front-loaded with the essential purpose and leaves room for schema details to carry parameter information.

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?

With 9 parameters, nested objects, and no output schema, this one-sentence description is inadequate. It lacks context about build context directory, default Dockerfile behavior, expected output format, and the effect of options like noCache and buildArg. The description under-specifies a complex tool.

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%, and all parameters are documented with descriptions. The tool description adds no extra parameter semantics beyond the schema, which already provides sufficient meaning. Baseline 3 applies.

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 ('Build') and identifies the resource ('container image') and source ('Dockerfile'). It clearly distinguishes from sibling tools like image_pull and image_tag by focusing on the build action.

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?

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The description simply states the action without context on when it is appropriate or how it fits with other image operations.

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/aihuali213/mcp-server-wslc'

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