Slack
SLACK_RETRIEVE_CALL_INFORMATION
Retrieves a point-in-time snapshot of a specific Slack call's information.
Remote slack
Other tools also called SLACK_RETRIEVE_CALL_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"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).\nExample: \"R1234567890\""
}
}
}