Skip to content

feat: add get_follower_ids tool#369

Merged
eucyt merged 4 commits intoline:mainfrom
yasumorishima:feat/issue-15-get-follower-ids
Mar 18, 2026
Merged

feat: add get_follower_ids tool#369
eucyt merged 4 commits intoline:mainfrom
yasumorishima:feat/issue-15-get-follower-ids

Conversation

@yasumorishima
Copy link
Copy Markdown
Contributor

Summary

  • Add get_follower_ids MCP tool to retrieve user IDs of LINE Official Account followers
  • Wraps LINE Messaging API GET /v2/bot/followers/ids endpoint
  • Supports optional start (continuation token) and limit parameters for pagination

This allows AI agents to obtain user IDs without manually preparing DESTINATION_USER_ID.

Closes #15

Add a new MCP tool to get user IDs of LINE Official Account followers.
This enables AI agents to obtain user IDs without manually preparing
DESTINATION_USER_ID.

- Add src/tools/getFollowerIds.ts with optional start/limit params
- Register tool in src/index.ts
- Update README.md, README.ja.md, and manifest.json

Closes line#15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 7, 2026

CLA assistant check
All committers have signed the CLA.

@eucyt eucyt self-assigned this Feb 10, 2026
@eucyt eucyt self-requested a review February 10, 2026 06:42
Copy link
Copy Markdown
Contributor

@eucyt eucyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@eucyt eucyt added this pull request to the merge queue Mar 18, 2026
Merged via the queue into line:main with commit 2d0c018 Mar 18, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a tool to get user id list of followers

3 participants