azure-devops-mcp

by RyanCardin15
Verified

recordExploratoryTestResults

Record findings during exploratory testing

Input Schema

NameRequiredDescriptionDefault
attachmentsNoAttachments for the findings
findingsYesList of findings to record
sessionIdYesID of the exploratory session

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attachments": { "description": "Attachments for the findings", "type": "array" }, "findings": { "description": "List of findings to record", "items": { "type": "string" }, "type": "array" }, "sessionId": { "description": "ID of the exploratory session", "type": "number" } }, "required": [ "sessionId", "findings" ], "type": "object" }

You must be authenticated.

Other Tools