Skip to main content
Glama

remove_label

Remove a specified label from a GitHub issue or pull request to keep labels accurate and organized.

Instructions

Remove a label from an issue or pull request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the label to remove
repoYes
ownerYes
issue_numberYes
Behavior2/5

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

There are no annotations provided, and the description does not disclose side effects, permissions, reversibility, or error behavior beyond the basic action. It clarifies the target resources (issue/PR) but omits important behavioral context for a mutation operation.

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 a single, direct sentence with no unnecessary words. It is front-loaded and efficient, earning its place.

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

Completeness3/5

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

For a simple tool, the description covers the core action and scope, but it lacks information about edge cases, output, or prerequisites. Given no output schema and no annotations, the description is minimally acceptable but could be more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has low description coverage (25%), but the description clarifies the meaning of issue_number by indicating it applies to both issues and pull requests. However, it does not detail the other parameters (owner, repo) or provide constraints/format. The 'name' parameter is already described in the 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 uses a specific verb 'Remove' and clearly identifies the resource ('a label') and the target ('an issue or pull request'), distinguishing it from sibling tools like add_label. It directly states the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description doesn't explicitly state when to use this tool or mention alternatives. However, the phrase 'from an issue or pull request' implies the context of use for removing labels, and the sibling list provides related actions. There is no explicit exclusion or guidance on when not to use it, so usage is implied.

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/shade-solutions/github-mcp-plus'

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