Skip to main content
Glama
rsp2k
by rsp2k

generate_docker_credentials

Generate Docker credentials for accessing container registries with configurable expiration and access permissions.

Instructions

Generate Docker credentials for container registry 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 credentials including username, password, and registry URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registry_identifierYes
expiry_secondsNo
read_writeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It clearly describes the core behavior (generating credentials with optional expiry and access control) and mentions the return format. However, it lacks details on permissions required, rate limits, security implications, or whether credentials are stored or transient, which are important for a credential-generation tool.

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 efficiently structured with a clear purpose statement, parameter explanations in a bullet-like format, and a returns section. Every sentence adds value, with no redundant or vague phrasing, making it easy to parse quickly.

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 moderate complexity (credential generation with 3 parameters), no annotations, and an output schema (implied by 'Returns'), the description does well by covering purpose, parameters, and return values. However, it could be more complete by addressing authentication requirements or security notes, which are relevant for this type of 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 in detail: 'registry_identifier' (name or ID with smart resolution), 'expiry_seconds' (optional expiration, default no expiry), and 'read_write' (boolean for access level, default True). This adds crucial meaning beyond the bare schema.

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 specific action ('Generate Docker credentials') and resource ('for container registry access'), with the title reinforcing this. It distinguishes from siblings like 'get_docker_login_command' (which likely retrieves existing credentials) by focusing on credential generation.

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 provides clear context for usage ('for container registry access') and mentions 'Smart identifier resolution' as a helpful feature. However, it doesn't explicitly state when NOT to use this tool or name specific alternatives among siblings, such as when to use 'get_docker_login_command' instead.

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