read_milestone
Retrieve full issue content for a milestone, filtered by state or project, with limit/offset to control payload size.
Instructions
Full content of every issue attached to a milestone.
Args: state: 'open', 'closed', or 'all' (default). project: optional project id to restrict to. limit: max issues to read this call (None = no limit); offset to page.
⚠️ Network- and token-expensive. Avoid unless asked or necessary; use limit/offset to cap cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| limit | No | ||
| owner | Yes | ||
| state | No | all | |
| offset | No | ||
| project | No | ||
| milestone_id | Yes |