Capability
Message Pagination And History Retrieval With Filtering
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Code-execution-based Slack MCP tool — CLI + TypeScript API + Claude Code skill
Unique: Abstracts Slack's cursor-based pagination into a simple iterator interface, handling cursor management and result normalization transparently. Supports optional filtering by timestamp and user, reducing the need for post-processing.
vs others: More efficient than fetching all messages at once because it uses pagination; more flexible than fixed-size queries because it supports arbitrary filtering and cursor-based traversal.