@@ -449,21 +449,21 @@ The following sets of tools are available (all are on by default):
449449 - ` repo ` : Repository name (string, required)
450450
451451- ** 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)
452453 - ` discussionNumber ` : Discussion Number (number, required)
453454 - ` owner ` : Repository owner (string, required)
455+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
454456 - ` repo ` : Repository name (string, required)
455457
456458- ** 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)
461459 - ` owner ` : Repository owner (string, required)
462460 - ` repo ` : Repository name (string, required)
463461
464462- ** list_discussions** - List discussions
463+ - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
465464 - ` category ` : Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
466465 - ` owner ` : Repository owner (string, required)
466+ - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
467467 - ` repo ` : Repository name (string, required)
468468
469469</details >
0 commit comments