Slack
SLACK_RETRIEVE_REMOTE_FILE_INFO_IN_SLACK
DEPRECATED: Retrieve information about a remote file added to Slack. Use `get_remote_file` instead.
Remote slack
Other tools also called SLACK_RETRIEVE_REMOTE_FILE_INFO_IN_SLACK?
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\""
}
}
}