Slack
SLACK_END_A_CALL_WITH_DURATION_AND_ID
Ends an ongoing Slack call, identified by its ID (obtained from `calls.add`), optionally specifying the call's duration.
Remote slack
Other tools also called SLACK_END_A_CALL_WITH_DURATION_AND_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the call to be ended, obtained from the `calls.add` method.\nExample: \"R0123456789\""
},
"duration": {
"type": "integer",
"description": "Duration of the call in seconds.\nExamples:\n \"600\"\n \"3600\""
}
}
}