Skip to main content
Glama

registry_list_repos

List repositories from Harbor, ECR, or Google Artifact Registry by specifying registry type and credentials.

Instructions

List repositories in a container registry (Harbor, ECR, or Google Artifact Registry).

Args: registry_type: Registry backend — "harbor", "ecr", or "gar". registry_url: Harbor base URL (e.g. https://registry.acme.com) or ECR registry URI. project: Harbor project name or GAR repository path prefix. username: Harbor username (or "AWS" for ECR token auth). password: Harbor password or registry token. region: AWS region (ECR only, e.g. us-east-1). limit: Maximum number of repositories to return (default 50). gateway_id: Gateway UUID for the target site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
regionNo
projectNo
passwordNo
usernameNo
gateway_idNo
registry_urlNo
registry_typeYes
Behavior2/5

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

No annotations are provided, so the description must fully cover behavioral traits. It does not disclose whether authentication is required, whether the operation is read-only, rate limits, pagination behavior, or side effects. The 'limit' parameter suggests pagination but is not explained.

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 front-loaded with the main purpose and uses a structured list for parameters. While slightly verbose with the 'Args:' header, each line is concise. It earns a 4 for being well-organized and efficient.

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?

Given 8 parameters, 0% schema coverage, and no output schema or annotations, the description is incomplete. It explains parameters but does not describe the return value (what is listed?), error conditions, prerequisites, or authentication flow. The 'gateway_id' parameter hints at a site context but is not elaborated.

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?

Schema coverage is 0%, but the description includes a clear explanation for each parameter (e.g., 'Registry backend — "harbor", "ecr", or "gar".'). This adds significant meaning beyond the schema's type information. A score of 4 is warranted because all parameters are briefly described.

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 'List repositories in a container registry (Harbor, ECR, or Google Artifact Registry).' This is a specific verb+resource combination, and it distinguishes from sibling tools like registry_list_tags and registry_check_image which have different purposes.

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 explicit guidance on when to use this tool versus alternatives. The description does not mention when-not-to-use or provide comparison with sibling tools. Usage is only implied by the list of parameters.

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/VibOpsai/vibops-mcp'

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