Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_get_work_items_batch_by_ids

Retrieve multiple work items in bulk by specifying their IDs and project details within Azure DevOps, with optional field customization for tailored responses.

Instructions

Retrieve list of work items by IDs in batch.

Input Schema

NameRequiredDescriptionDefault
fieldsNoOptional list of fields to include in the response. If not provided, a hardcoded default set of fields will be used.
idsYesThe IDs of the work items to retrieve.
projectYesThe name or ID of the Azure DevOps project.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "Optional list of fields to include in the response. If not provided, a hardcoded default set of fields will be used.", "items": { "type": "string" }, "type": "array" }, "ids": { "description": "The IDs of the work items to retrieve.", "items": { "type": "number" }, "type": "array" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" } }, "required": [ "project", "ids" ], "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