Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_my_work_items

Retrieve and manage work items assigned to or created by the authenticated user in Azure DevOps projects, with options to filter by type, limit results, and exclude completed items.

Instructions

Retrieve a list of work items relevent to the authenticated user.

Input Schema

NameRequiredDescriptionDefault
includeCompletedNoWhether to include completed work items. Defaults to false.
projectYesThe name or ID of the Azure DevOps project.
topNoThe maximum number of work items to return. Defaults to 50.
typeNoThe type of work items to retrieve. Defaults to 'assignedtome'.assignedtome

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeCompleted": { "default": false, "description": "Whether to include completed work items. Defaults to false.", "type": "boolean" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "top": { "default": 50, "description": "The maximum number of work items to return. Defaults to 50.", "type": "number" }, "type": { "default": "assignedtome", "description": "The type of work items to retrieve. Defaults to 'assignedtome'.", "enum": [ "assignedtome", "myactivity" ], "type": "string" } }, "required": [ "project" ], "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