get_tool_documentation
Retrieve detailed documentation for Azure DevOps tools including parameters and examples to understand functionality and usage requirements.
Instructions
Gets detailed documentation for a specific tool including parameters and examples.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tool_name | Yes | The name of the tool to get documentation for. |
Input Schema (JSON Schema)
{
"properties": {
"tool_name": {
"description": "The name of the tool to get documentation for.",
"type": "string"
}
},
"required": [
"tool_name"
],
"type": "object"
}