get-subscribed-streams
Retrieve all subscribed streams in a Zulip workspace to identify conversation spaces before sending messages. Optionally include subscriber lists for detailed stream insights.
Instructions
📺 USER STREAMS: Get all streams you're subscribed to. Use this to see what streams are available before sending messages. Note: In Zulip, 'streams' and 'channels' refer to the same thing - conversation spaces for teams.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_subscribers | No | Include subscriber lists for streams |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"include_subscribers": {
"description": "Include subscriber lists for streams",
"type": "boolean"
}
},
"type": "object"
}