Slack
SLACKBOT_LISTS_USER_S_STARRED_ITEMS_WITH_PAGINATION
DEPRECATED: Lists items starred by a user. Use `list_starred_items` instead.
Remote slackbot
Other tools also called SLACKBOT_LISTS_USER_S_STARRED_ITEMS_WITH_PAGINATION?
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."
}
}
}