Skip to main content
Glama
rsp2k
by rsp2k

get_docker_login_command

Generate Docker login commands for Vultr container registries using registry names or IDs, with configurable access permissions and expiration settings.

Instructions

Generate Docker login command for easy CLI access.

Smart identifier resolution: Use registry name or ID.

Args: registry_identifier: Registry name or ID expiry_seconds: Expiration time in seconds (optional, default: no expiry) read_write: Whether to grant read-write access (default: True, False for read-only)

Returns: Docker login command and credentials information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registry_identifierYes
expiry_secondsNo
read_writeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'Smart identifier resolution' and optional parameters with defaults, but doesn't disclose critical behavioral traits like authentication requirements, rate limits, error conditions, or whether this operation is idempotent. For a tool that generates login credentials, this is a significant gap in safety and operational context.

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 well-structured with a purpose statement, key feature, parameter details, and return info in four concise sentences. It's front-loaded with the main purpose and avoids redundancy. However, the 'Args:' and 'Returns:' sections could be integrated more smoothly, and some sentences are slightly verbose.

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

Completeness3/5

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

Given no annotations, 0% schema coverage, but an output schema exists, the description is moderately complete. It covers parameters well and mentions returns, but lacks behavioral details like security implications or error handling. The output schema reduces the need to explain return values, but more context on usage scenarios would improve completeness for this credential-generating tool.

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?

With 0% schema description coverage, the description fully compensates by explaining all three parameters: 'registry_identifier' (name or ID), 'expiry_seconds' (optional expiration time), and 'read_write' (access level with default). It adds meaningful context beyond the bare schema, such as the smart resolution feature and default values, making parameters clear and actionable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate Docker login command for easy CLI access.' It specifies the verb ('Generate') and resource ('Docker login command'), and distinguishes it from sibling tools like 'generate_docker_credentials' by focusing on CLI command generation rather than credential creation. However, it doesn't explicitly contrast with all siblings, so it's not a perfect 5.

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

Usage Guidelines3/5

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

The description implies usage context through 'Smart identifier resolution: Use registry name or ID,' suggesting when to use this tool for registry access. However, it lacks explicit guidance on when to choose this over alternatives like 'generate_docker_credentials' or other authentication methods, and doesn't mention prerequisites or exclusions, leaving some ambiguity.

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/rsp2k/mcp-vultr'

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