get_project_metadata
Get metadata (title, description, state, dates) for a public GitHub Projects (v2) board. Works unauthenticated for both user-owned and org-owned public projects.
Instructions
Get metadata (title, description, state, dates) for a public GitHub Projects (v2) board. Works unauthenticated for both user-owned and org-owned public projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub username or organization name that owns the project | |
| ownerType | Yes | Whether the project is owned by a personal GitHub user account or an organization | |
| projectNumber | Yes | The project number, e.g. 4 for .../projects/4 |