Slack
slack_list_emoji
List all custom emoji in the workspace. Returns emoji name-to-URL mapping. Aliases use "alias:emoji_name" format.
Remote node2flow/slack
Other tools also called slack_list_emoji?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"include_categories": {
"type": "boolean",
"description": "Include emoji category info"
}
}
}