get_slack_channels_schema
search_stringstring
String to search for in channel names.
typesstring[]
Types of channels to search.
Possible values: [public_channel, private_channel]
exact_matchboolean
Whether to match channel names exactly.
get_slack_channels_schema
{
"search_string": "string",
"types": [
"public_channel"
],
"exact_match": true
}