get_standup_data
Fetch merge-request standup data from GitLab or GitHub, including previous workday activity, open MRs/PRs by state, pending reviews, and failed pipeline error lines.
Instructions
Collect merge-request-based standup data from GitLab or GitHub. Returns the previous working day activity, open merge requests or pull requests bucketed by state (ready / blocked / draft / stale), pending reviews, and the error lines from any failed pipeline or check. Credentials come from the environment or a logged-in gh / glab session, never from an argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Self-hosted host, without a scheme, e.g. gitlab.example.com or github.example.com. GitHub defaults to github.com; GitLab has no default, so self-hosted GitLab needs this or GITLAB_HOST. | |
| lang | No | Language for the date labels inside the returned JSON. Defaults to en. Only the labels change — the standup note itself is written by the caller. | |
| provider | No | Which provider to read. Omit to auto-detect, in this order: a recognisable host, STANDUP_PROVIDER, a GITHUB_*/GITLAB_* environment pair, then whichever of the gh / glab CLIs is logged in. |