Slack
SLACK_LIST_STARRED_ITEMS
Lists items starred by a user.
Remote slack
Other tools also called SLACK_LIST_STARRED_ITEMS?
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.\nExample: 2"
},
"count": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Number of items to return per page.\nExample: 20"
},
"limit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"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.\nExample: 20"
},
"cursor": {
"type": [
"string",
"null"
],
"default": null,
"description": "Parameter for pagination. Set cursor to the next_cursor attribute returned by the previous request's response_metadata.\nExample: \"dXNlcjpVMDYxTkZUVDI=\""
}
}
}