Skip to main content
Glama

Git Stuff Server

by skurekjakub

ado_pr_threads

Retrieves active comment threads from an Azure DevOps Pull Request using the Pull Request ID, enabling efficient review and collaboration.

Instructions

Fetches all active comment threads from an Azure DevOps Pull Request.

Input Schema

NameRequiredDescriptionDefault
organizationIdNoOptional 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" ], "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