Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

search_workitem

Search and filter Azure DevOps work items by text, project, area path, type, state, or assigned users using PAT authentication. Supports pagination and optional facet inclusion for detailed results.

Instructions

Get Azure DevOps Work Item search results for a given search text

Input Schema

NameRequiredDescriptionDefault
areaPathNoFilter by area paths
assignedToNoFilter by assigned to users
includeFacetsNoInclude facets in the search results
projectNoFilter by projects
searchTextYesSearch text to find in work items
skipNoNumber of results to skip for pagination
stateNoFilter by work item states
topNoNumber of results to return
workItemTypeNoFilter by work item types

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areaPath": { "description": "Filter by area paths", "items": { "type": "string" }, "type": "array" }, "assignedTo": { "description": "Filter by assigned to users", "items": { "type": "string" }, "type": "array" }, "includeFacets": { "default": false, "description": "Include facets in the search results", "type": "boolean" }, "project": { "description": "Filter by projects", "items": { "type": "string" }, "type": "array" }, "searchText": { "description": "Search text to find in work items", "type": "string" }, "skip": { "default": 0, "description": "Number of results to skip for pagination", "type": "number" }, "state": { "description": "Filter by work item states", "items": { "type": "string" }, "type": "array" }, "top": { "default": 10, "description": "Number of results to return", "type": "number" }, "workItemType": { "description": "Filter by work item types", "items": { "type": "string" }, "type": "array" } }, "required": [ "searchText" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ennuiii/DevOpsMcpPAT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server