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: pkg/github/__toolsnaps__/list_issue_fields.snap
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,22 @@
1
1
{
2
2
"annotations": {
3
3
"readOnlyHint": true,
4
-
"title": "List repository issue fields"
4
+
"title": "List issue fields"
5
5
},
6
-
"description": "List issue fields for a repository. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names.",
6
+
"description": "List issue fields for a repository or organization. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names. When repo is omitted, returns org-level fields directly.",
7
7
"inputSchema": {
8
8
"properties": {
9
9
"owner": {
10
-
"description": "The account owner of the repository. The name is not case sensitive.",
10
+
"description": "The account owner of the repository or organization. The name is not case sensitive.",
11
11
"type": "string"
12
12
},
13
13
"repo": {
14
-
"description": "The name of the repository. The name is not case sensitive.",
14
+
"description": "The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly.",
Description: t("TOOL_LIST_ISSUE_FIELDS_DESCRIPTION", "List issue fields for a repository. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names."),
102
+
Description: t("TOOL_LIST_ISSUE_FIELDS_DESCRIPTION", "List issue fields for a repository or organization. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names. When repo is omitted, returns org-level fields directly."),
Description: "The account owner of the repository. The name is not case sensitive.",
112
+
Description: "The account owner of the repository or organization. The name is not case sensitive.",
101
113
},
102
114
"repo": {
103
115
Type: "string",
104
-
Description: "The name of the repository. The name is not case sensitive.",
116
+
Description: "The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly.",
0 commit comments