Skip to main content
Glama
arclabs-studio

ARCLinearGitHub-MCP

workflow_start_feature

Create a Linear issue and a corresponding GitHub branch in a single step to begin a new feature workflow.

Instructions

Start a new feature workflow: create Linear issue and GitHub branch.

This is a convenience tool that combines:

  1. Creates a new issue in Linear

  2. Creates a properly named branch in GitHub

Args: title: Feature title (used for both issue and branch) description: Optional description for the Linear issue repo: GitHub repository name. Defaults to configured default_repo. project: Linear project/team key. Defaults to configured default_project. priority: Issue priority (1=Urgent, 2=High, 3=Normal, 4=Low) branch_type: Type of branch (default: 'feature')

Returns: Dictionary with created issue and branch details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNo
titleYes
projectNo
priorityNo
branch_typeNofeature
descriptionNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It correctly states it creates resources but omits details like potential failures (if issue or branch already exists), required permissions, or whether the branch is based on the default branch. It discloses the combined behavior but not all side effects.

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: a one-sentence summary, a two-line combined action overview, and a bullet list of args. It is front-loaded and every sentence adds value. No unnecessary words.

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 covers the main purpose, all input parameters, and a high-level return value ('Dictionary with created issue and branch details'). Missing specifics: what exactly is in the return dict (issue ID, branch name, etc.) and whether the branch is created from the default branch. With no output schema, a bit more detail would be helpful.

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?

The input schema has 0% description coverage, so the description's 'Args' section adds critical meaning. It explains each parameter's purpose (e.g., title for both issue and branch, project as Linear project/team key). Minor omission: no format hints for repo or project keys (e.g., full name or slug).

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 explicitly states it 'Start a new feature workflow: create Linear issue and GitHub branch', with a clear verb and resource combination. It distinguishes itself from siblings like linear_create_issue and github_create_branch by being a convenience tool that combines both actions.

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?

The description explains it is a convenience tool combining three steps (Linear issue creation and GitHub branch creation), which implies when to use it (when both are needed). However, it lacks explicit guidance on when not to use it or alternatives (e.g., using the individual tools separately if only one action is required).

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/arclabs-studio/ARCLinearGitHub-MCP'

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