Skip to main content
Glama

Git Stuff Server

by skurekjakub

get_ado_pr_changed_files

Retrieve the list of modified files from the latest iteration of an Azure DevOps Pull Request using a PowerShell script. Inputs include Pull Request ID and organization identifier for specific configuration settings.

Instructions

Fetches the list of changed files from the latest iteration of an Azure DevOps Pull Request using a PowerShell script.

Input Schema

NameRequiredDescriptionDefault
organizationIdYesOptional organization identifier to load specific configuration settings.
pullRequestIdYesThe numeric ID of the Pull Request (as a string).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organizationId": { "description": "Optional organization identifier to load specific configuration settings.", "minLength": 1, "type": "string" }, "pullRequestId": { "description": "The numeric ID of the Pull Request (as a string).", "minLength": 1, "pattern": "^\\d+$", "type": "string" } }, "required": [ "pullRequestId", "organizationId" ], "type": "object" }

You must be authenticated.

Other Tools from Git Stuff Server

Related Tools

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/skurekjakub/GitStuffServer'

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