reqs_get
Fetch a single requirement by its ID and get the full body. Raises a clear error if the ID does not exist, ensuring precise lookup.
Instructions
Fetch a single requirement by ID with full body.
Raises a not-found error if the ID does not exist. For lenient batch
lookup that silently drops missing IDs, use reqs_query(ids=[...]).
Args:
req_id: The requirement ID (e.g. FR-001)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||