Skip to main content
Glama

MCP Azure DevOps Server

get_file_content

Retrieve file contents from Azure DevOps repositories to access code, documentation, or configuration files stored in your projects.

Instructions

Gets the content of a file in a repository.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to the file.
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 the file.", "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