Slack

SLACKBOT_GET_REMINDER_INFORMATION

Retrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.

Remote slackbot

Other tools also called SLACKBOT_GET_REMINDER_INFORMATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "reminder": {
      "type": "string",
      "title": "Reminder",
      "examples": [
        "Rm12345678"
      ],
      "description": "The unique identifier of the reminder to retrieve information for. This ID typically starts with 'Rm'."
    }
  }
}
          

Provider

Slack →