Skip to main content
Glama
aihuali213

mcp-server-wslc

by aihuali213

registry_login

Log in to a container registry with username and password, or securely read password from stdin. Specify a server to override the session default.

Instructions

Log in to a container registry. If no server is specified, the session default is used. Prefer using passwordStdin over password to avoid exposing credentials in process lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNoRegistry server URL (default: session-defined default)
passwordNoPassword or personal access token (PAT). Prefer passwordStdin for security.
usernameNoUsername
passwordStdinNoRead password from stdin (more secure than --password flag)
Behavior3/5

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

With no annotations, the description must disclose behavior. It adds the session-default server handling and the security preference for passwordStdin, warning about credential exposure in process lists. However, it doesn't mention side effects (e.g., persisting credentials, altering local config), potential return values, or failure behavior, which are common for login tools.

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?

Three concise, purposeful sentences. The first states the action, the second clarifies a key default, and the third gives a security recommendation. No fluff or repetition.

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 the tool's simplicity, no output schema, and no annotations, the description covers the essential behavior (login, server default, secure password handling). It lacks details on success/failure output or credential persistence, but is reasonably complete for an authentication tool.

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?

Input schema covers all 4 parameters with descriptions, so baseline is 3. The description adds extra context about the server parameter (session default) and reinforces passwordStdin's security advantage beyond the schema text, making the parameter semantics clearer.

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: 'Log in to a container registry.' It names the specific resource type and differentiates from sibling registry_logout (which logs out) and other container/network/image tools.

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 gives clear context: it is for authenticating to a registry, with the default-server behavior explained. It implicitly recommends using passwordStdin for security, but doesn't explicitly state when to use this tool vs alternatives (e.g., registry_logout or other auth methods). No exclusions are given.

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