Get Wiki Page
wiki_page_getFetch a single wiki page from Taiga by its ID. Control response detail using verbosity options to minimize token usage.
Instructions
Get a single wiki_page by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| verbosity | No | Trims the response's fields to cut token cost. "full" (default) = every field Taiga returns. "standard" drops denormalized *_extra_info objects, *_html duplicate fields, and UI-only ordering fields. "minimal" keeps only id/ref/subject/status/assigned_to/project/is_closed. |