list_project_views
Fetch and display all views associated with a GitHub project using the specified project ID. Ideal for managing and organizing project layouts and workflows.
Instructions
List all views in a GitHub project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}