list_project_items
Extract and display all items within a GitHub project by specifying the project ID. Use this tool to organize and track tasks, milestones, and custom fields effectively within your GitHub workflow.
Instructions
List all items in a GitHub project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
projectId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "string"
},
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}