Skip to main content
Glama

Git Stuff Server

by skurekjakub

ado_pr_comment

Post comments to Azure DevOps Pull Requests, either by replying to existing threads or creating new ones. Supports adding comments to specific files and lines, enhancing code review collaboration.

Instructions

Posts a comment to an Azure DevOps Pull Request. Can reply to existing threads or create new ones.

Input Schema

NameRequiredDescriptionDefault
commentsToPostYes
organizationIdNo
pullRequestIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commentsToPost": { "items": { "additionalProperties": false, "properties": { "comment": { "type": "string" }, "filePath": { "type": "string" }, "lineNumber": { "type": "number" }, "threadId": { "type": "string" } }, "required": [ "comment" ], "type": "object" }, "minItems": 1, "type": "array" }, "organizationId": { "type": "string" }, "pullRequestId": { "type": "number" } }, "required": [ "pullRequestId", "commentsToPost" ], "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