Skip to main content
Glama

batch_link_to_project

Link multiple GitHub issues to a project board in parallel for efficient batch organization. Specify project ID and issue numbers to execute with customizable concurrency.

Instructions

Link multiple issues to a GitHub Project (v2) board in parallel.

project_id: Project node ID starting with "PVT_" (from GraphQL API, not project number) Requires token with project (write) scope.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_numbersYes
project_idYes
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?

Describes parallelism, required format for project_id, and the return structure (total, successful, failed, etc.). Lacks details on error handling or side effects, but overall transparent for a batch 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?

Five short, focused sentences with no filler. Front-loaded purpose, then requirements, then return format. Each 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?

Covers main purpose, key requirements, and return structure. Missing details on optional parameters (owner, repo, max_workers) and potential error scenarios, but overall adequate for a batch tool with output schema.

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?

Schema coverage is 0%, so description must compensate. Explains project_id format and lists required parameters but omits semantics for owner, repo, and max_workers. Return structure is useful context.

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?

Description clearly states 'Link multiple issues to a GitHub Project (v2) board in parallel.' It specifies the verb (Link), resource (issues to Project board), and parallelism, distinguishing it from sibling tools like batch_add_labels.

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?

Implied usage for batch-linking issues, but no explicit when-to-use or when-not-to-use vs alternatives. Mentions project_id format and required token scope, which is helpful for setup.

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