discourse_read_post
Retrieve specific forum posts from GitLab's community discussions to access detailed troubleshooting information and technical solutions for CI/CD issues and feature questions.
Instructions
Read a specific post.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
post_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"post_id": {
"exclusiveMinimum": 0,
"type": "integer"
}
},
"required": [
"post_id"
],
"type": "object"
}