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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -844,24 +844,30 @@ Options are:
844
844
-`project_number`: The project's number. (number, required)
845
845
846
846
-**list_project_fields** - List project fields
847
+
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
848
+
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
847
849
-`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)
848
850
-`owner_type`: Owner type (string, required)
849
-
-`per_page`:Number of resultsper page (max100, default: 30) (number, optional)
-`project_number`: The project's number. (number, required)
851
853
852
854
-**list_project_items** - List project items
853
-
-`fields`: Specific list of field IDs to include in the response (e.g.["102589", "985201", "169875"]). If not provided, only the title field is included. (string[], optional)
855
+
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
856
+
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
857
+
-`fields`: Field IDs to include (e.g.["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. (string[], optional)
854
858
-`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)
855
859
-`owner_type`: Owner type (string, required)
856
-
-`per_page`:Number of resultsper page (max100, default: 30) (number, optional)
-`project_number`: The project's number. (number, required)
858
-
-`query`:Search query to filteritems (string, optional)
862
+
-`query`:Query string for advanced filtering of projectitems using GitHub's project filtering syntax. (string, optional)
859
863
860
864
-**list_projects** - List projects
865
+
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
866
+
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
861
867
-`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)
862
868
-`owner_type`: Owner type (string, required)
863
-
-`per_page`:Number of resultsper page (max100, default: 30) (number, optional)
864
-
-`query`: Filter projects bya search query (matches title and description) (string, optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/list_project_fields.snap
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
"description":"List Project fields for a user or org",
7
7
"inputSchema": {
8
8
"properties": {
9
+
"after": {
10
+
"description":"Forward pagination cursor from previous pageInfo.nextCursor.",
11
+
"type":"string"
12
+
},
13
+
"before": {
14
+
"description":"Backward pagination cursor from previous pageInfo.prevCursor (rare).",
15
+
"type":"string"
16
+
},
9
17
"owner": {
10
18
"description":"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.",
11
19
"type":"string"
@@ -19,7 +27,7 @@
19
27
"type":"string"
20
28
},
21
29
"per_page": {
22
-
"description":"Number of resultsper page (max100, default: 30)",
"description":"Forward pagination cursor from previous pageInfo.nextCursor.",
11
+
"type":"string"
12
+
},
13
+
"before": {
14
+
"description":"Backward pagination cursor from previous pageInfo.prevCursor (rare).",
15
+
"type":"string"
16
+
},
9
17
"fields": {
10
-
"description":"Specific list of fieldIDs to includein the response(e.g. [\"102589\",\"985201\",\"169875\"]).If not provided, only the titlefieldis included.",
18
+
"description":"FieldIDs to include (e.g. [\"102589\",\"985201\"]).CRITICAL: Always provide to getfieldvalues. Without this, only titles returned.",
11
19
"items": {
12
20
"type":"string"
13
21
},
@@ -26,15 +34,15 @@
26
34
"type":"string"
27
35
},
28
36
"per_page": {
29
-
"description":"Number of resultsper page (max100, default: 30)",
37
+
"description":"Resultsper page (max50)",
30
38
"type":"number"
31
39
},
32
40
"project_number": {
33
41
"description":"The project's number.",
34
42
"type":"number"
35
43
},
36
44
"query": {
37
-
"description":"Search query to filteritems",
45
+
"description":"Query string for advanced filtering of projectitems using GitHub's project filtering syntax.",
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/list_projects.snap
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,17 @@
3
3
"title":"List projects",
4
4
"readOnlyHint":true
5
5
},
6
-
"description":"List Projects for a user ororg",
6
+
"description":"List Projects for a user ororganization",
7
7
"inputSchema": {
8
8
"properties": {
9
+
"after": {
10
+
"description":"Forward pagination cursor from previous pageInfo.nextCursor.",
11
+
"type":"string"
12
+
},
13
+
"before": {
14
+
"description":"Backward pagination cursor from previous pageInfo.prevCursor (rare).",
15
+
"type":"string"
16
+
},
9
17
"owner": {
10
18
"description":"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.",
11
19
"type":"string"
@@ -19,11 +27,11 @@
19
27
"type":"string"
20
28
},
21
29
"per_page": {
22
-
"description":"Number of resultsper page (max100, default: 30)",
30
+
"description":"Resultsper page (max50)",
23
31
"type":"number"
24
32
},
25
33
"query": {
26
-
"description":"Filter projects bya search query (matches title and description)",
34
+
"description":"Filter projects bytitle text and open/closed state; permitted qualifiers: is:open, is:closed; examples:\"roadmap is:open\",\"is:open feature planning\".",