Skip to main content
Glama

batch_add_labels

Add labels to multiple GitHub issues simultaneously without replacing existing ones. Specify issue numbers and labels for each operation, then get success metrics.

Instructions

Add labels to multiple issues in parallel. Labels are ADDED (not replaced).

Each operation: {issue_number (required), labels (required)}

Returns: {total, successful, failed, success_rate, execution_time_seconds, results}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYes
ownerNo
repoNo
max_workersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses key behavioral traits: labels are added (not replaced), operations run in parallel, and the return structure is detailed. However, it lacks information on error handling, rate limits, or permissions, which would be beneficial given no annotations.

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 highly concise with three sentences, no filler, and front-loaded purpose. Every sentence adds value.

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?

The description is largely complete given the tool's complexity, covering operation structure, return fields, and parallel behavior. Missing context on owner/repo and max_workers limits is minor, and output schema covers return values.

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?

With 0% schema description coverage, the description compensates by explaining the structure of the operations array (issue_number and labels required) and noting max_workers default. However, owner and repo are not explained, though they have defaults.

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 'Add labels to multiple issues in parallel' with the clarification that labels are added, not replaced. It distinguishes from sibling tools like batch_update_issues by focusing specifically on label addition.

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?

No explicit when-to-use or when-not-to-use guidance is provided. While the parallel nature is mentioned, there is no comparison to alternatives like batch_update_issues. Usage context is implied but not clarified.

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

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