Skip to main content
Glama
nulab

Backlog MCP Server

add_pull_request

Create a new pull request in a Backlog project. Specify the repository, base branch, and branch to merge, along with summary and description.

Instructions

Creates a new pull request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoThe numeric ID of the project (e.g., 12345)
projectKeyNoThe key of the project (e.g., 'PROJECT')
repoIdNoRepository ID
repoNameNoRepository name
summaryYesSummary of the pull request
descriptionYesCreates a new pull request
baseYesBase branch name
branchYesBranch name to merge
issueIdNoIssue ID to link
assigneeIdNoUser ID of the assignee
notifiedUserIdNoUser IDs to notify
organizationNoOptional organization name. Use list_organizations to inspect available organizations.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the create action without detailing side effects, permissions, rate limits, or response behavior. This is insufficient for a mutation tool.

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?

The description is a single sentence that states the core purpose. It is concise and front-loaded, but could be more structured by including key requirements or usage hints.

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

Completeness2/5

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

With no output schema and no annotations, the description fails to explain return values, error handling, or the significance of mandatory versus optional parameters. For a tool with 12 parameters, more context is needed.

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 100% with each parameter described, but the tool description itself adds no extra meaning. One parameter's description repeats the tool description, indicating redundancy. The baseline of 3 is appropriate as the schema already handles parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'creates' and the resource 'pull request', distinguishing it from sibling tools like add_pull_request_comment or update_pull_request. However, it lacks any additional context about the pull request type or scope.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as add_pull_request_comment or update_pull_request. The description does not mention prerequisites or context like which parameters are essential.

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

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