Skip to main content
Glama
chetangpande-ai

GitHub Repository Health MCP

get_open_issues

Retrieve open issues for any GitHub repository, excluding pull requests, to assess project health and triage maintenance needs.

Instructions

Get open issues, excluding pull requests, for a GitHub repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
limitNo
ownerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully reveals that pull requests are excluded, which is a non-obvvious selection behavior. It does not mention pagination, limit handling, sorting, or access requirements, though the output schema covers return shape.

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?

A single concise sentence front-loads the operation and then adds the important pull-request exclusion. Every word contributes; there is no filler or 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?

For a simple read-only issue-listing tool with an output schema present, the description identifies the resource, scope, and exclusion that matter most. The main gaps are explicit usage boundaries and parameter-level documentation, which are already penalized in their respective dimensions.

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 compensate. It does not explain the role of owner, repo, or limit beyond the schema titles/default. The parameter names are conventional enough to infer, but the description adds no parameter-level meaning.

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 states a specific action ('Get'), resource ('open issues'), and scope ('for a GitHub repository'), plus a critical qualifier ('excluding pull requests'). This clearly distinguishes it from the sibling tools, which cover repository info, commits, and workflow runs rather than issues.

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?

Usage is implied: call this when you need open issues for a GitHub repository. However, there is no explicit when-to-use versus when-not-to-use guidance, and no alternatives such as get_recent_commits are named, so an agent must infer the decision boundary.

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

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/chetangpande-ai/GitHubReposHealth-MCP'

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