Skip to main content
Glama

azure-devops-mcp

createTestDataGenerator

Generate structured test data for automated tests by defining a schema and specifying record count, simplifying test scenario creation in Azure DevOps workflows.

Instructions

Generate test data for automated tests

Input Schema

NameRequiredDescriptionDefault
dataSchemaYesSchema for the test data to generate
nameYesName of the test data generator
recordCountNoNumber of records to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataSchema": { "additionalProperties": {}, "description": "Schema for the test data to generate", "type": "object" }, "name": { "description": "Name of the test data generator", "type": "string" }, "recordCount": { "description": "Number of records to generate", "type": "number" } }, "required": [ "name", "dataSchema" ], "type": "object" }
Install Server

Other Tools from azure-devops-mcp

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/RyanCardin15/AzureDevOps-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server