discourse_select_site
Validate and select a Discourse site to enable searching, reading, and analyzing forum discussions for troubleshooting CI/CD issues and GitLab features.
Instructions
Validate and select a Discourse site for subsequent tool calls.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
site | Yes | Base URL of the Discourse site |
Input Schema (JSON Schema)
{
"properties": {
"site": {
"description": "Base URL of the Discourse site",
"format": "uri",
"type": "string"
}
},
"required": [
"site"
],
"type": "object"
}