Slack

SLACKBOT_LIST_STARRED_ITEMS

Lists items starred by a user.

Remote slackbot

Other tools also called SLACKBOT_LIST_STARRED_ITEMS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "title": "Page",
      "default": null,
      "examples": [
        2
      ],
      "nullable": true,
      "description": "Page number of results to return."
    },
    "count": {
      "type": "integer",
      "title": "Count",
      "default": null,
      "examples": [
        20
      ],
      "nullable": true,
      "description": "Number of items to return per page."
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": null,
      "examples": [
        20
      ],
      "nullable": true,
      "description": "The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached."
    },
    "cursor": {
      "type": "string",
      "title": "Cursor",
      "default": null,
      "examples": [
        "dXNlcjpVMDYxTkZUVDI="
      ],
      "nullable": true,
      "description": "Parameter for pagination. Set cursor to the next_cursor attribute returned by the previous request's response_metadata."
    }
  }
}
          

Provider

Slack →