list_issues
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
List issues for a repository (excludes pull requests). REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN / GH_TOKEN.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"owner",
"repo",
"clientName"
],
"properties": {
"page": {
"type": "integer",
"default": 1,
"minimum": 1
},
"repo": {
"type": "string"
},
"sort": {
"enum": [
"created",
"updated",
"comments"
],
"type": "string",
"default": "created"
},
"owner": {
"type": "string"
},
"since": {
"type": "string",
"description": "ISO 8601: only issues updated at or after this time."
},
"state": {
"enum": [
"open",
"closed",
"all"
],
"type": "string",
"default": "open"
},
"labels": {
"type": "string",
"description": "Comma-separated label names (GitHub API format)."
},
"per_page": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"direction": {
"enum": [
"asc",
"desc"
],
"type": "string",
"default": "desc"
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries