Skip to main content
Glama

Git Stuff Server

by skurekjakub

ado_pr_changes

Fetch detailed changes and full diff content from an Azure DevOps Pull Request using the Azure DevOps Node API for efficient code review and integration.

Instructions

Fetches changes from an Azure DevOps Pull Request with full diff content using the Azure DevOps Node API.

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" }

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