azure-devops-mcp

by RyanCardin15
Verified

createPackageDownloadReport

Create reports on package downloads

Input Schema

NameRequiredDescriptionDefault
feedIdNoID of the feed
formatNoFormat of the report
packageNameNoName of the package
timeRangeNoTime range for the report (e.g., '30d')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedId": { "description": "ID of the feed", "type": "string" }, "format": { "description": "Format of the report", "enum": [ "csv", "json" ], "type": "string" }, "packageName": { "description": "Name of the package", "type": "string" }, "timeRange": { "description": "Time range for the report (e.g., '30d')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools