List documents from Readwise Reader
/plugin marketplace add ethanolivertroy/claude-plugins/plugin install readwise@ethanolivertroy-plugins# List Reader Documents List documents from your Readwise Reader using the `list_documents` MCP tool. ## Usage ## Instructions Parse the arguments from `$ARGUMENTS`: - Flags: Parse --location, --category, --tags, --limit, --cursor Call the `list_documents` tool with: - location: From --location flag (new/later/archive/feed) - category: From --category flag (article/email/pdf/epub/tweet/video) - tags: Array of tags from --tags flag (comma-separated, max 5) - updatedAfter: From --date-after flag (ISO 8601 format) - cursor: Pagination cursor from --cursor flag - limit: Number from --lim...