list_project_items
Retrieve all items from a GitHub project to view tasks, issues, and pull requests in one place for project tracking and management.
Instructions
List all items in a GitHub project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "string"
},
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}