Skip to main content
Glama

azure-devops-mcp

getMyWorkItems

Retrieve your assigned work items from Azure DevOps with options to filter by state and limit results. Facilitates efficient task management and prioritization.

Instructions

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 from azure-devops-mcp

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/RyanCardin15/AzureDevOps-MCP'

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