discourse_list_categories
Retrieve all available forum categories to organize content navigation and structure discussions within the Discourse platform.
Instructions
List categories visible to the current auth context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}