{ "name": "GetRemoteFileInfoSlack", "fully_qualified_name": "SlackApi.GetRemoteFileInfoSlack@0.1.0", "description": "Retrieve details about a remote file from Slack.\n\nUse this tool to get information about a remote file that has been added to Slack. It is useful when you need details regarding the file, such as its metadata or status within Slack.", "toolkit": { "name": "ArcadeSlackApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "file_external_identifier", "required": false, "description": "The GUID defined by the creator for the remote file to retrieve its information.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "inferrable": true, "http_endpoint_parameter_name": "external_id" }, { "name": "file_id", "required": false, "description": "The unique identifier of the file to retrieve information about. Use this to specify the file in Slack.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "inferrable": true, "http_endpoint_parameter_name": "file" } ] }, "output": { "description": "Response from the API endpoint 'files.remote.info'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": { "provider_id": "arcade-slack", "provider_type": "oauth2", "id": null, "oauth2": { "scopes": [ "remote_files:read" ] } }, "secrets": null, "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Arcade Wrapper Tools enabling LLMs to interact with low-level Slack API endpoints." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://slack.com/api/files.remote.info", "http_method": "GET", "headers": { "Content-Type": "application/x-www-form-urlencoded" }, "parameters": [ { "name": "external_id", "tool_parameter_name": "file_external_identifier", "description": "Creator defined GUID for the file.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "file", "tool_parameter_name": "file_id", "description": "Specify a file by providing its ID.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] } ], "documentation_urls": [ "https://docs.slack.dev/reference/methods/files.remote.info" ], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ] } }