azure-devops-mcp

by RyanCardin15
Verified

getMyWorkItems

Get work items assigned to you

Input Schema

NameRequiredDescriptionDefault
stateNoFilter by work item state
topNoMaximum number of work items to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "state": { "description": "Filter by work item state", "type": "string" }, "top": { "description": "Maximum number of work items to return", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools