Skip to main content
Glama

delete_label

Remove a label permanently from a Gitopia repository by signing and broadcasting an on-chain transaction. Requires repository owner, name, and label ID.

Instructions

Use this when you need to permanently remove a label from a repository. Signs and broadcasts an on-chain transaction. Irreversible. Requires 'owner', 'name', and 'label_id'. See also: list_labels, create_label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner (username or DAO name)
nameYesRepository name
label_idYesLabel ID to delete (from list_labels)
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses critical behavioral traits: 'Signs and broadcasts an on-chain transaction' and 'Irreversible'—essential for a destructive operation. Missing minor details like side effects on issues using the label or specific error conditions.

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?

Efficiently structured with purpose first, then mechanism, then requirements, then cross-references. Five sentences with zero waste. Every clause provides unique information not redundant with structured fields.

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 100% schema coverage, no annotations, and no output schema, the description adequately covers the essential context for a destructive blockchain operation. Minor gap regarding return behavior or confirmation status, but sufficient for safe invocation.

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 100%, so baseline is 3. Description adds value by explicitly listing required parameters and noting that label_id comes 'from list_labels', providing crucial workflow context linking to sibling tools.

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?

States specific action ('permanently remove a label') and target resource ('repository'). Distinguishes from sibling tools create_label and list_labels via explicit 'See also' cross-references. Scope is clearly defined.

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?

Provides clear when-to-use ('when you need to permanently remove') and cites complementary tools (list_labels, create_label). The 'Irreversible' warning implies when-not-to-use. Minor gap: could explicitly instruct to call list_labels first to obtain the label_id.

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/gitopia/gitopia-mcp-server'

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