Skip to content

List discussions with list_discussions

Goal: retrieve a repository’s Discussions (up to the first 50).

  • Read access to the target repository.
  1. Call list_discussions:

    { "owner": "your-org", "repo": "your-repo" }
  2. Read the response — an array of { id, number, title, url, category }.

  • Cross-check titles/numbers against the repository’s Discussions tab.
  • Note the tool returns only the first 50 discussions; for a repository with more, you’ll need pagination not currently exposed by this tool.

See also: tool reference.