get_wiki_page
Retrieve Azure DevOps wiki pages by ID or path to access documentation and project knowledge directly from the MCP server.
Instructions
Retrieve a specific Azure DevOps wiki page by ID or path
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| wiki | No | Wiki name (default: project wiki) | |
| pageId | No | Wiki page ID | |
| path | No | Wiki page path | |
| includeContent | No | Include page content |