azure-devops-mcp

by RyanCardin15
Verified

createPackageDownloadReport

Generate downloadable reports on package usage in Azure DevOps by specifying feed ID, package name, time range, and format (CSV or JSON). Built for streamlined package analytics.

Instructions

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 from azure-devops-mcp

Related Tools

ID: z7mxfcinp8