Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
List issues for a repository
| Field | Value |
|---|
| Name | github:list-issues |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"owner": {
"type": "string",
"description": "Repository owner"
},
"repo": {
"type": "string",
"description": "Repository name"
},
"states": {
"type": "array",
"items": {
"type": "string",
"description": "One state item supplied to the tool."
},
"description": "Issue states to include (e.g. OPEN, CLOSED)"
},
"first": {
"type": "number",
"description": "Results per page"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"owner",
"repo"
],
"description": "Input schema for the github:list-issues tool."
}
Output schema
This tool does not publish an output schema.