You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1000,35 +1000,6 @@ The following sets of tools are available:
1000
1000
-`per_page`: Results per page (max 50) (number, optional)
1001
1001
-`query`: Filter projects by title text and open/closed state; permitted qualifiers: is:open, is:closed; examples: "roadmap is:open", "is:open feature planning". (string, optional)
1002
1002
1003
-
-**projects_get** - Get details of GitHub Projects resources
1004
-
-`field_id`: The field's ID. Required for 'get_project_field' method. (number, optional)
1005
-
-`fields`: Specific list of field IDs to include in the response when getting a project item (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. Only used for 'get_project_item' method. (string[], optional)
1006
-
-`item_id`: The item's ID. Required for 'get_project_item' method. (number, optional)
1007
-
-`method`: The method to execute (string, required)
1008
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1009
-
-`owner_type`: Owner type (string, required)
1010
-
-`project_number`: The project's number. (number, required)
1011
-
1012
-
-**projects_list** - List GitHub Projects resources
1013
-
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
1014
-
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
1015
-
-`fields`: Field IDs to include when listing project items (e.g. ["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. Only used for 'list_project_items' method. (string[], optional)
1016
-
-`method`: The action to perform (string, required)
1017
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1018
-
-`owner_type`: Owner type (string, required)
1019
-
-`per_page`: Results per page (max 50) (number, optional)
1020
-
-`project_number`: The project's number. Required for 'list_project_fields' and 'list_project_items' methods. (number, optional)
1021
-
-`query`: Filter/query string. For list_projects: filter by title text and state (e.g. "roadmap is:open"). For list_project_items: advanced filtering using GitHub's project filtering syntax. (string, optional)
1022
-
1023
-
-**projects_write** - Modify GitHub Project items
1024
-
-`item_id`: The project item ID. Required for 'update_project_item' and 'delete_project_item' methods. For add_project_item, this is the numeric ID of the issue or pull request to add. (number, optional)
1025
-
-`item_type`: The item's type, either issue or pull_request. Required for 'add_project_item' method. (string, optional)
1026
-
-`method`: The method to execute (string, required)
1027
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1028
-
-`owner_type`: Owner type (string, required)
1029
-
-`project_number`: The project's number. (number, required)
1030
-
-`updated_field`: Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set value to null. Example: {"id": 123456, "value": "New Value"}. Required for 'update_project_item' method. (object, optional)
1031
-
1032
1003
-**update_project_item** - Update project item
1033
1004
-**Required OAuth Scopes**: `project`
1034
1005
-`item_id`: The unique identifier of the project item. This is not the issue or pull request ID. (number, required)
0 commit comments