taiga_get_wiki_page
Retrieve a Taiga wiki page by its ID or by project and slug. Get the full content of the wiki page for easy reference within project documentation.
Instructions
Get a wiki page by ID, or by project + slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Wiki page slug | |
| page_id | No | Wiki page ID | |
| project_id | No | Project ID (required when using slug) |