Skip to main content
Glama
wasintoh

line-oa-mcp-ultimate

by wasintoh

List LINE OA followers

line_list_followers
Read-only

Page through all followers of your LINE Official Account using cursor pagination. Returns user IDs and a continuation token for large lists.

Instructions

Page through every user that has added the OA as a friend.

⚠️ Region-gated: only TH / JP / TW OAs with premium tier can use this endpoint. Other OAs will get LINE 403.

Args:

  • page_size: 1-1000 (default 300).

  • continuation_token: token from previous call (cursor pagination).

  • oa: optional OA id.

Returns: { user_ids: string[], count: number, has_more: boolean, next_continuation_token?: string }

For very large OAs (50k+), prefer creating an engagement audience via line_build_audience_from_engagement rather than pulling all IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNo
continuation_tokenNoToken returned by a prior call to page through more results.
oaNo
response_formatNomarkdown
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true. The description adds pagination behavior (cursor-based with continuation_token) and region-gate error (LINE 403). No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise with a clear structure: intro, warning, parameter list, return type, usage tip. Every sentence is useful and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given pagination complexity, region-gate, and large OA tip, the description is fully complete. No output schema, but return format is thoroughly described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is low (25%), but description explains page_size range/default, continuation_token usage, and oa optionality. Missing response_format is in schema with enum, so description adds value beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Page through every user that has added the OA as a friend' with a specific verb (page through) and resource (followers). It distinguishes from sibling tools like line_build_audience_from_engagement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says when to use ('For very large OAs (50k+), prefer creating an engagement audience via line_build_audience_from_engagement') and notes region-gating (only TH/JP/TW premium tier). No ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wasintoh/line-oa-mcp-ultimate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server