Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_create_work_item

Create a new work item in Azure DevOps by specifying the project, work item type, and field values. Use this tool to streamline task, bug, or feature creation with PAT authentication.

Instructions

Create a new work item in a specified project and work item type.

Input Schema

NameRequiredDescriptionDefault
fieldsYesA record of field names and values to set on the new work item. Each fild is the field name and each value is the corresponding value to set for that field.
projectYesThe name or ID of the Azure DevOps project.
workItemTypeYesThe type of work item to create, e.g., 'Task', 'Bug', etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "A record of field names and values to set on the new work item. Each fild is the field name and each value is the corresponding value to set for that field.", "items": { "additionalProperties": false, "properties": { "format": { "description": "the format of the field value, e.g., 'Html', 'Markdown'. Optional, defaults to 'Html'.", "enum": [ "Html", "Markdown" ], "type": "string" }, "name": { "description": "The name of the field, e.g., 'System.Title'.", "type": "string" }, "value": { "description": "The value of the field.", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "workItemType": { "description": "The type of work item to create, e.g., 'Task', 'Bug', etc.", "type": "string" } }, "required": [ "project", "workItemType", "fields" ], "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