Slack
SLACK_GET_REMINDER_INFORMATION
Retrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.
Remote slack
Other tools also called SLACK_GET_REMINDER_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"reminder": {
"type": "string",
"description": "The unique identifier of the reminder to retrieve information for. This ID typically starts with 'Rm'.\nExample: \"Rm12345678\""
}
}
}