azure-devops-mcp

by RyanCardin15
Verified

integrateSarifResults

Import and process SARIF format security results

Input Schema

NameRequiredDescriptionDefault
createWorkItemsNoCreate work items from findings
sarifFilePathYesPath to the SARIF file to import

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createWorkItems": { "description": "Create work items from findings", "type": "boolean" }, "sarifFilePath": { "description": "Path to the SARIF file to import", "type": "string" } }, "required": [ "sarifFilePath" ], "type": "object" }

You must be authenticated.

Other Tools