Skip to main content
Glama

remove_issue_block

Removes a blocker relationship so one issue no longer blocks another, unblocking the dependent issue.

Instructions

Remove a block so index no longer blocks dep_index. dep_owner/dep_repo default to the same repo. Returns the blocker issue. 404 if dependencies are not enabled on the repo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoRepository name of the issue that currently blocks the other (defaults to GITEA_DEFAULT_REPO)
indexYesIssue number that currently blocks the dependency (the blocker)
ownerNoRepository owner of the issue that currently blocks the other (defaults to GITEA_DEFAULT_OWNER)
dep_repoNoRepository name of the issue to unblock (defaults to the same repo as `repo`)
dep_indexYesIssue number to unblock (it stops being dependent on `index`)
dep_ownerNoRepository owner of the issue to unblock (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 burden of behavioral disclosure. It adds useful context by stating the return value (the blocker issue) and a common error condition (404 if dependencies are not enabled). It also mentions default behaviors for dep_owner/dep_repo, though not perfectly accurately.

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 long, front-loaded with the core operation, and each sentence provides distinct, non-redundant information: the action, default behavior, return value, and error condition. There is no fluff.

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?

For a simple remove operation with no output schema, the description covers the essential aspects: purpose, parameter defaults, response, and a key failure mode. It is sufficiently complete for an agent to select and invoke the tool correctly, though a more precise statement about dep_owner/dep_repo defaults would improve it.

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%, so the schema already documents all parameters. The description adds a brief explanation of the relationship between `index` and `dep_index`, but it largely restates defaults already in the schema and even slightly misstates them ('same repo' vs separate owner/repo defaults). Thus, it adds little value beyond what the schema provides.

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 identifies the action ('Remove a block') and specifies the exact relationship between `index` and `dep_index`. It distinguishes this tool from sibling tools like remove_issue_dependency by focusing on the 'blocks' relationship rather than the inverse dependency relationship.

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 gives clear context for when to use the tool (to unblock an issue), but it does not explicitly mention alternatives or when not to use it. Sibling tools such as remove_issue_dependency are not referenced, so the guidance is implied rather than explicit.

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