azure-devops-mcp

by RyanCardin15
Verified

suggestWorkItemRefinements

Get AI suggestions for work item refinements

Input Schema

NameRequiredDescriptionDefault
areaPathNoArea path to filter work items
workItemIdNoID of the work item to refine
workItemTypeNoType of work item

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areaPath": { "description": "Area path to filter work items", "type": "string" }, "workItemId": { "description": "ID of the work item to refine", "type": "number" }, "workItemType": { "description": "Type of work item", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools