get_flutter_stripe_issue
Access the complete discussion of a flutter_stripe GitHub issue, including all comments, to find the actual fix or root cause.
Instructions
Fetch the full body and comments of one flutter_stripe GitHub issue.
Use this after search_flutter_stripe_issues has identified a candidate issue number, to read the complete discussion — maintainer replies and community comments often contain the actual fix, workaround, or root cause that a title/excerpt alone won't reveal.
Args: issue_number: The GitHub issue number (e.g. 1234), not a URL.
Returns: {"number", "title", "state", "url", "body", "comments": [{"author", "body"}]} (plus "note" if the comment thread was too long to fetch in full), or {"error": "...", "kind": "..."} on failure (e.g. not found).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||