Slack

slack_search_files

Search for files matching a query. Supports same modifiers as message search.

Remote node2flow/slack

Other tools also called slack_search_files? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (max: 100)"
    },
    "sort": {
      "type": "string",
      "description": "\"score\" or \"timestamp\""
    },
    "count": {
      "type": "number",
      "description": "Results per page (max: 100)"
    },
    "query": {
      "type": "string",
      "description": "Search query"
    },
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "sort_dir": {
      "type": "string",
      "description": "\"asc\" or \"desc\""
    },
    "highlight": {
      "type": "boolean",
      "description": "Highlight matching terms"
    }
  }
}
          

Provider

Slack →