Skip to main content
Glama

get_harbor_info

Read-onlyIdempotent

Retrieve the status and details of the embedded Harbor container registry on a Supervisor, including health, URL, and storage usage.

Instructions

[READ] Get status of the embedded Harbor container registry on the Supervisor.

Returns {registries: [...]} where each entry has id (registry ID), cluster (Supervisor cluster MoRef), version, url (UI access URL), status (registry health, e.g. RUNNING), and storage_used_mb. Status and storage come from a per-registry detail call and are null if that call fails. If Harbor is not enabled on this Supervisor, returns {error, hint} instead of raising. Read-only, no side effects. Use this to check registry health or find the registry URL before pushing images; it does not list repositories or images.

Args: target: Name of a vCenter entry in ~/.vmware-vks/config.yaml. Omit to use the default target defined in that file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
Behavior5/5

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

The description goes beyond annotations by detailing edge cases: status and storage are null if the detail call fails, and if Harbor is not enabled, it returns an error object instead of raising an exception. It also explicitly states 'Read-only, no side effects' which aligns with annotations.

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 short summary, return format, edge cases, and parameter explanation. It is comprehensive but slightly verbose; however, the information density is high and every sentence adds value.

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

Completeness5/5

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

Given the tool's simplicity (one optional parameter, no output schema), the description covers all necessary aspects: what the tool returns, edge cases, and parameter details. It is complete for an AI agent to use effectively.

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?

The input schema only provides a title and type for the 'target' parameter with 0% coverage. The description fully compensates by explaining the parameter syntax: 'Name of a vCenter entry in ~/.vmware-vks/config.yaml. Omit to use the default target defined in that file.' This adds crucial meaning.

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 'Get status' and clearly identifies the resource 'embedded Harbor container registry on the Supervisor'. It also distinguishes itself from sibling tools by stating it does not list repositories or images, which sets it apart from potentially similar 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 provides explicit usage context: 'Use this to check registry health or find the registry URL before pushing images.' It also clarifies what it does not do. However, it does not specify when NOT to use it or name alternative tools for listing images, though the sibling list shows none directly compete.

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/zw008/VMware-VKS'

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