Skip to main content
Glama
AmrMohamed17

oss-issues-mcp

by AmrMohamed17

get_claim_status

Check if a GitHub issue is already being worked on by combining assignee and linked pull request signals, returning a boolean and supporting evidence.

Instructions

Is this issue already being worked on?

Combines two deterministic signals GitHub does not expose as one field: formal assignees, and pull requests linked to the issue. Returns a boolean plus the evidence behind it. (Comment-based "I'll take this" claims are not checked in this version.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes"owner/name" on the allowlist.
numberYesthe issue number.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavior: it combines two deterministic signals, returns boolean plus evidence, and explicitly mentions what is not checked (comment-based claims). This goes beyond minimal requirements.

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 very concise: a single sentence question captures purpose, followed by two sentences of elaboration. No unnecessary information, and key details are front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple parameters with full schema coverage and the presence of an output schema, the description provides complete behavioral context including limitations and return value format.

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% with clear descriptions for repo and number. The description does not add additional semantic detail beyond the schema, so baseline score is appropriate.

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 checks if an issue is being worked on by combining assignees and linked PRs. It uses a specific verb-resource combination and distinguishes from sibling tools like list_new_issues and get_repo_context.

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 usage to check before claiming an issue, but does not explicitly state when to use this tool versus alternatives. No exclusion criteria or when-not-to-use guidance is provided.

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/AmrMohamed17/oss-issues-mcp'

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