Slack
SLACK_LISTS_PINNED_ITEMS_IN_A_CHANNEL
Retrieves all messages and files pinned to a specified channel; the caller must have access to this channel.
Remote slack
Other tools also called SLACK_LISTS_PINNED_ITEMS_IN_A_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "The ID of the channel to retrieve pinned items from. This can be a public channel ID, private group ID, or direct message channel ID.\nExamples:\n \"C1234567890\"\n \"G0123456789\"\n \"D0123456789\""
}
}
}