Skip to main content
Glama

registry_delete_tag

Delete a container image tag from a registry. Confirmation required; operation is logged.

Instructions

Delete an image tag from a container registry. Destructive — requires confirmed=True.

Permanently removes the specified tag. The underlying image layers are deleted only if no other tag references them. Requires operator role in VibOps.

Write operation — recorded in the audit log.

Args: registry_type: Registry backend — "harbor", "ecr", or "gar". image: Image name with tag to delete (e.g. "myproject/myapp:old-tag"). registry_url: Harbor base URL or ECR registry URI. username: Harbor username or registry token username. password: Harbor password or registry token. region: AWS region (ECR only). confirmed: Must be True to proceed. Pass False (default) for a dry-run preview. gateway_id: Gateway UUID for the target site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes
regionNo
passwordNo
usernameNo
confirmedNo
gateway_idNo
registry_urlNo
registry_typeYes
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses destructiveness, confirmed=True requirement, partial layer deletion behavior, operator role requirement, and audit logging. Extremely transparent.

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?

Well-structured with a summary line, behavioral notes, and an Args list. Every sentence adds value. Slightly lengthy but appropriate for the complexity.

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 8 parameters, 0% schema coverage, and no output schema, the description thoroughly documents parameters, behavior, and prerequisites. Missing explicit error handling details, but overall comprehensive.

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?

Input schema has no descriptions (0% coverage), but the description's Args section explains each parameter's meaning, format, and constraints (e.g., 'e.g. "myproject/myapp:old-tag"', 'Must be True to proceed'). Fully compensates for schema gaps.

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 'Delete an image tag from a container registry' with a specific verb and resource, and contrasts with listing siblings like registry_list_tags.

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?

Describes when to use (to delete a tag) and provides context (destructive, requires confirmed=True, write operation, audit log). Does not explicitly list alternatives but is clear enough.

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