azure-devops-mcp

by RyanCardin15
Verified

listArtifactFeeds

List artifact feeds in the organization

Input Schema

NameRequiredDescriptionDefault
feedTypeNoType of feeds to list
includeDeletedNoInclude deleted feeds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedType": { "description": "Type of feeds to list", "enum": [ "npm", "nuget", "maven", "python", "universal", "all" ], "type": "string" }, "includeDeleted": { "description": "Include deleted feeds", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools