@@ -449,21 +449,21 @@ The following sets of tools are available (all are on by default):
449
449
- ` repo ` : Repository name (string, required)
450
450
451
451
- ** get_discussion_comments** - Get discussion comments
452
+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
452
453
- ` discussionNumber ` : Discussion Number (number, required)
453
454
- ` owner ` : Repository owner (string, required)
455
+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
454
456
- ` repo ` : Repository name (string, required)
455
457
456
458
- ** list_discussion_categories** - List discussion categories
457
- - ` after ` : Cursor for pagination, use the 'after' field from the previous response (string, optional)
458
- - ` before ` : Cursor for pagination, use the 'before' field from the previous response (string, optional)
459
- - ` first ` : Number of categories to return per page (min 1, max 100) (number, optional)
460
- - ` last ` : Number of categories to return from the end (min 1, max 100) (number, optional)
461
459
- ` owner ` : Repository owner (string, required)
462
460
- ` repo ` : Repository name (string, required)
463
461
464
462
- ** list_discussions** - List discussions
463
+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
465
464
- ` category ` : Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
466
465
- ` owner ` : Repository owner (string, required)
466
+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
467
467
- ` repo ` : Repository name (string, required)
468
468
469
469
</details >
0 commit comments