twist_inbox_get
Retrieve and filter user inbox threads with options to set limits, time ranges, archive status, and ordering. Exclude specific threads for tailored inbox management.
Instructions
Get the authenticated user's inbox.
Args: limit: Limits the number of threads returned (default is 30, maximum is 500) newer_than_ts: Limits threads to those newer when the specified Unix time older_than_ts: Limits threads to those older when the specified Unix time archive_filter: Filter threads based on their is_archived flag: 'all', 'archived', or 'active' (default) order_by: Order of threads: 'desc' (default) or 'asc', based on last_updated attribute exclude_thread_ids: Thread IDs to exclude from results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archive_filter | No | ||
exclude_thread_ids | No | ||
limit | No | ||
newer_than_ts | No | ||
older_than_ts | No | ||
order_by | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Twist MCP Server
- twist_inbox_archive
- twist_inbox_archive_all
- twist_inbox_get
- twist_inbox_get_count
- twist_inbox_mark_all_read
- twist_inbox_unarchive
- twist_threads_add
- twist_threads_clear_unread
- twist_threads_get
- twist_threads_getone
- twist_threads_get_unread
- twist_threads_mark_all_read
- twist_threads_mark_read
- twist_threads_mark_unread
- twist_threads_mark_unread_for_others
- twist_threads_move_to_channel
- twist_threads_mute
- twist_threads_pin
- twist_threads_remove
- twist_threads_star
- twist_threads_unmute
- twist_threads_unpin
- twist_threads_unstar
- twist_threads_update