Slack

SLACK_SEARCH_ALL

Tool to search all messages and files. Use when you need unified content search across channels and files in one call.

Remote slack

Other tools also called SLACK_SEARCH_ALL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Page number of results to return; default is 1.\nExamples:\n  1\n  2\n  3"
    },
    "sort": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "Sort by `score` (relevance) or `timestamp` (chronological).\nExamples:\n  \"score\"\n  \"timestamp\""
    },
    "count": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Number of results per page; default is 20; max is 100.\nExamples:\n  20\n  50\n  100"
    },
    "query": {
      "type": "string",
      "description": "Search query supporting Slack search modifiers/booleans.\nExamples:\n  \"error report\"\n  \"in:#channel from:@user has:file\""
    },
    "team_id": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "Encoded team ID to search in; required when using an org-level token."
    },
    "sort_dir": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "Sort direction: `asc` or `desc`.\nExamples:\n  \"asc\"\n  \"desc\""
    },
    "highlight": {
      "type": [
        "boolean",
        "null"
      ],
      "default": null,
      "description": "If true, search terms are wrapped with markers for client-side highlighting.\nExamples:\n  true\n  false"
    }
  }
}
          

Provider

Slack →