get_wiki_page
Retrieve the content of a wiki page in Azure DevOps by specifying the wiki name and page path. Optionally include subpages and page content.
Instructions
Get the content of a wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the wiki page (e.g., "/Home", "/docs/setup") | |
| wiki | Yes | Name or ID of the wiki | |
| project | No | Project name (optional) | |
| organization | No | Organization name or URL (optional, uses current org if not specified) | |
| include_content | No | Include the page content in response (default: true) | |
| recursion_level | No | Include subpages: none, oneLevel, or full (default: none) |