Loading...
Loading...
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
npx skill4agent add davepoon/buildwithclaude helpdesk-automationRUBE_MANAGE_CONNECTIONShelpdeskRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONShelpdeskHELPDESK_LIST_TICKETSsilosortByorderpageSizenext.valuenext.IDprev.valueprev.IDnext.valuenext.IDprev.valueprev.IDsilopageSizeHELPDESK_LIST_VIEWSHELPDESK_LIST_CANNED_RESPONSESHELPDESK_LIST_CUSTOM_FIELDS1. Call HELPDESK_LIST_TICKETS with desired silo and sortBy
2. Process the returned page of tickets
3. Extract next.value and next.ID from the response
4. Call HELPDESK_LIST_TICKETS with those cursor values for next page
5. Continue until no more cursor values are returnedActive tickets: silo='tickets'
Archived: silo='archive'
Trashed: silo='trash'
Spam: silo='spam'Forward pagination:
- Use next.value (timestamp) and next.ID from response
- Pass as next.value and next.ID parameters in next call
Backward pagination:
- Use prev.value (timestamp) and prev.ID from response
- Pass as prev.value and prev.ID parameters in next calldatadata.data| Task | Tool Slug | Key Params |
|---|---|---|
| List tickets | HELPDESK_LIST_TICKETS | silo, sortBy, order, pageSize |
| List views | HELPDESK_LIST_VIEWS | (none) |
| List canned responses | HELPDESK_LIST_CANNED_RESPONSES | (none) |
| List custom fields | HELPDESK_LIST_CUSTOM_FIELDS | (none) |