Skip to main content
Glama
technomad641

github-repo-mcp-server

by technomad641

list_issues

List GitHub issues in a repository, filterable by state, label, or assignee to locate relevant tasks.

Instructions

List issues in a repo, filterable by state, label, and assignee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesRepository name
limitNo
ownerYesRepository owner (user or org)
stateNoopen
labelsNoComma-separated label names to filter by
assigneeNoGitHub username to filter by assignee
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It calls out read-only behavior with 'List' and mentions filters, but it does not disclose pagination, default limit, or response format. This is adequate but minimal.

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 sentence with a clear verb-object structure, front-loaded with the tool's purpose. No redundant or unnecessary information.

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?

The description is sufficiently complete for a low-complexity read-only list tool. The schema documents parameters and required fields, and although the return format and pagination are not mentioned, these are minor gaps for this operation type.

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 description coverage is 67%. The description adds semantic grouping by naming state, label, and assignee as filters, but it does not clarify the 'limit' parameter or required owner/repo beyond what the schema already 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 begins with a specific verb+resource ('List issues in a repo') and names the key filters (state, label, assignee), clearly distinguishing it from sibling tools like get_issue (single issue) and list_pull_requests (pull requests).

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 for listing issues in a repo but does not explicitly state when to prefer this tool over alternatives or mention exclusions. No direct 'when to use' 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/technomad641/github-repo-mcp-server'

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