Skip to main content
Glama

remove_issue_dependency

Remove an issue dependency to unblock a dependent issue. Specify the blocked issue and the blocker to break the link.

Instructions

Remove a dependency so index is no longer blocked by dep_index. dep_owner/dep_repo default to the same repo. Returns the target issue (the formerly dependent one). 404 if dependencies are not enabled on the repo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoRepository name of the issue losing the dependency (defaults to GITEA_DEFAULT_REPO)
indexYesIssue number losing the dependency (the dependent / blocked issue)
ownerNoRepository owner of the issue losing the dependency (defaults to GITEA_DEFAULT_OWNER)
dep_repoNoRepository name of the dependency issue (defaults to the same repo as `repo`)
dep_indexYesIssue number of the dependency to remove (the blocker)
dep_ownerNoRepository owner of the dependency issue (defaults to the same owner as `owner`)
Behavior4/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 discloses the return value (the formerly dependent issue), a 404 when dependencies are not enabled, and defaulting of `dep_owner`/`dep_repo`. It doesn't mention permission requirements, but for a simple mutation the key behavioral traits are covered.

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 three sentences, front-loaded with the core action and followed by essential details. It is concise and free of redundancy.

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?

Given the absence of an output schema, the description covers the purpose, return value, and a key error condition. With fully described parameters and a clear tool scope, it is sufficiently complete for a moderate-complexity operation.

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?

Schema coverage is 100%, so the baseline is 3. The description adds semantic clarity by explaining the blocking relationship between `index` and `dep_index`, and reinforces the repo/owner defaults. This complements the schema without duplicating it, earning a 4.

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 opens with a specific verb 'Remove' and names the key resources (`index`, `dep_index`), clearly distinguishing it from sibling actions like `add_issue_dependency`. It also explains the dependency direction ('no longer blocked by'), making the tool's purpose unmistakable.

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 implies when to use this tool (to unblock an issue by removing a dependency) and provides defaulting behavior and a 404 error condition. It doesn't explicitly reference alternatives, but the action and sibling context make the usage intent clear.

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/amonstack/gitea_mcp'

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