Skip to main content
Glama
DJeswar

io.github.DJeswar/github-issues

by DJeswar

list_labels

Read-onlyIdempotent

List all repository labels with names, colors, and descriptions to discover valid label values before filtering issues.

Instructions

List all labels defined in the repository, with names, colors and descriptions. Use this to discover valid label values before filtering with list_issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number.
limitNoMaximum labels in this page.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
countNoNumber of items in this page, not the total available.
itemsNo
notesNo
backendYes
has_moreNo
next_pageNo
fetched_atYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds the intended use context but doesn't describe pagination behavior beyond what the schema provides, which is acceptable given the annotations.

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?

Two sentences, no wasted words, and the primary purpose is front-loaded with the usage guidance right after. Every sentence earns its place.

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?

Complete for a read-only list tool with annotated safety profile and fully documented parameters. It lacks only explicit return-format details, but the output schema and annotations fill most gaps.

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 of parameters is 100% (both page and limit have descriptive text), so the baseline is 3. The description doesn't add parameter detail, but it doesn't need to since the schema fully documents them.

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?

States a specific verb and resource: lists all labels with names, colors, and descriptions, and explicitly positions it as a discovery step for filtering with list_issues. This distinguishes it from siblings like get_issue or list_issues.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells the agent when to use it: to discover valid label values before filtering with list_issues. This is clear, actionable guidance that routes the agent to the right context.

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/DJeswar/mcp-server-github-issues'

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