Skip to main content
Glama

MCP Azure DevOps Server

list_files

Browse repository contents by listing files and directories at a specified path within Azure DevOps projects to manage codebase structure.

Instructions

Lists files in a repository at a specified path.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to list files from.
projectYesThe name or ID of the project.
repository_idYesThe name or ID of the repository.

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The path to list files from.", "type": "string" }, "project": { "description": "The name or ID of the project.", "type": "string" }, "repository_id": { "description": "The name or ID of the repository.", "type": "string" } }, "required": [ "project", "repository_id", "path" ], "type": "object" }

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/xrmghost/mcp-azure-devops'

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