Skip to main content
Glama

Issue links

gitlab_issue_links

List, create, or delete GitLab issue links to manage relationships like relates to, blocks, or blocked by.

Instructions

Lists, creates or removes links between issues (relates to / blocks / blocked by).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhat to do
issue_iidYes
link_typeNo
project_idNoProject id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID.
issue_link_idNoFor delete
target_issue_iidNoFor create: iid of the linked issue
target_project_idNoFor create: project of the linked issue
Behavior3/5

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

Annotations include readOnlyHint=false and destructiveHint=false, which are consistent with the description's mention of create/delete operations. However, the description adds no deeper behavioral context such as side effects of deleting a link, potential validation failures, or required permissions, leaving the agent to infer these from the action parameter alone.

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, front-loaded sentence that clearly conveys the three main actions and target resource. It is concise with zero wasted words, fitting the standard for a minimal yet effective tool description.

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?

The tool has 7 parameters and no output schema, making the description's brevity insufficient. It fails to explain that 'create' requires target_issue_iid, 'delete' requires issue_link_id, and that link_type is conditional on the action. This is a significant gap for an agent to correctly invoke the tool without additional guessing.

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 covers 71% of parameters with descriptions (e.g., project_id, action, target_issue_iid), and the remaining params (issue_iid, link_type) are inferable via names/enums. The description itself provides no additional parameter semantics, so it does not compensate for the uncovered parameters, but the schema already handles most of the load.

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 the tool's function with specific verbs: 'Lists, creates or removes links between issues' and names the link types (relates to / blocks / blocked by). This unambiguously distinguishes it from siblings like gitlab_issue_related_merge_requests, which handle a different resource.

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 does not explicitly state when to use this tool or provide alternatives/exclusions. Usage is implied by its purpose—managing issue links—but the agent is given no guidance on scenarios that favor this tool over others or prerequisites for actions like 'create' (e.g., needing a target issue).

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/amalychev/gitlab-mcp'

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