Slack

SLACKBOT_RETRIEVE_CALL_INFORMATION

Retrieves a point-in-time snapshot of a specific Slack call's information.

Remote slackbot

Other tools also called SLACKBOT_RETRIEVE_CALL_INFORMATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "examples": [
        "R1234567890"
      ],
      "description": "Unique identifier of the Slack call for which to retrieve information. This ID is typically returned when a call is initiated (e.g., by the `calls.add` method)."
    }
  }
}
          

Provider

Slack →