Slack
SLACK_GET_REMOTE_FILE
Retrieve information about a remote file added to Slack.
Remote slack
Other tools also called SLACK_GET_REMOTE_FILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "Specify a file by providing its ID.\nExample: \"F2147483862\""
},
"external_id": {
"type": "string",
"description": "Creator defined GUID for the file.\nExample: \"123456\""
}
}
}