Skip to main content
Glama
saidsef

GitHub PR Issue Analyser

by saidsef

remove_from_project

Destructive

Remove an issue or pull request from a GitHub project board, clearing its card and field values while leaving the issue open.

Instructions

Takes an issue or pull request off a project board. The issue itself is untouched and stays open, but the field values its card held go with it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_nameYes
repo_ownerYes
issue_numberYes
project_ownerYes
project_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.9/5.0
Behavior4/5

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

The annotations already indicate destructiveness, but the description adds important context: the issue or PR stays open and only the card's field values are lost. This helps the agent understand the real scope of the destructive action beyond the bare destructiveHint flag.

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 two tight sentences. The first states the action, and the second adds the crucial side-effect clarification. There is no redundant or filler content.

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 destructive tool with five required parameters and an output schema, the description provides the core behavioral context needed: what is removed and what is preserved. It does not elaborate on parameter meanings or usage scenarios, but the clarity of the action and effect makes the definition reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the five required parameters. While the parameter names are fairly self-explanatory, the description's mention of 'pull request' is not clearly mapped to the issue_number parameter, leaving some ambiguity for agents selecting parameters.

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 uses a specific verb and resource: 'Takes an issue or pull request off a project board.' It also clarifies the scope by stating the issue itself is untouched, which distinguishes this from issue deletion and reinforces the tool's specific role relative to siblings like add_to_project.

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 implies when to use the tool: whenever an item should be removed from a project board. However, it does not explicitly state when to prefer this over alternatives such as add_to_project or set_project_field, and it gives no exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/saidsef/mcp-github-pr-issue-analyser'

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