azure-devops-mcp

by RyanCardin15
Verified

suggestAutomationOpportunities

Identify opportunities for automation

Input Schema

NameRequiredDescriptionDefault
projectIdNoID of the project
scopeTypeNoType of scope to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "ID of the project", "type": "string" }, "scopeType": { "description": "Type of scope to analyze", "enum": [ "builds", "releases", "tests", "workitems", "all" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools