azure-devops-mcp

by RyanCardin15
Verified

getRecentlyUpdatedWorkItems

Get recently updated work items

Input Schema

NameRequiredDescriptionDefault
skipNoNumber of work items to skip
topNoMaximum number of work items to return

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools