azure-devops-mcp

by RyanCardin15
Verified

createExploratorySessions

Create new exploratory testing sessions

Input Schema

NameRequiredDescriptionDefault
areaPathNoArea path for the session
descriptionNoDescription of the session
titleYesTitle of the exploratory session

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "areaPath": { "description": "Area path for the session", "type": "string" }, "description": { "description": "Description of the session", "type": "string" }, "title": { "description": "Title of the exploratory session", "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools