azure-devops-mcp

by RyanCardin15
Verified

searchWorkItems

Search for work items by text

Input Schema

NameRequiredDescriptionDefault
searchTextYesText to search for in work items
topNoMaximum number of work items to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "searchText": { "description": "Text to search for in work items", "type": "string" }, "top": { "description": "Maximum number of work items to return", "type": "number" } }, "required": [ "searchText" ], "type": "object" }

You must be authenticated.

Other Tools