Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add a comment/note to a GitLab issue
| Field | Value |
|---|---|
| Name | gitlab__add_issue_comment |
| Group | Integrations |
{
"type": "object",
"properties": {
"projectId": {
"type": "string",
"description": "GitLab numeric project ID or raw namespace/project path"
},
"issueIid": {
"type": "number",
"description": "Project-local issue IID"
},
"body": {
"type": "string",
"description": "Comment body in Markdown"
},
"confidential": {
"type": "boolean",
"description": "Make the note visible only to project members"
}
},
"required": [
"projectId",
"issueIid",
"body"
],
"description": "Input schema for the gitlab__add_issue_comment tool."
}