Skip to main content
Glama
wasintoh

line-oa-mcp-ultimate

by wasintoh

List LINE OA followers

line_list_followers
Read-only

Retrieve a paginated list of all LINE Official Account followers. Use page_size and continuation_token to iterate through large audiences efficiently.

Instructions

Page through every user that has added the OA as a friend. Region-gated: only TH/JP/TW OAs on premium tier — others get LINE 403. page_size 1-1000 (default 300); continuation_token for cursor pagination. For very large OAs (50k+), prefer an engagement audience via line_build_audience_from_engagement over pulling all IDs.

Returns { user_ids[], count, has_more, next_continuation_token? }.

Input Schema

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

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

Beyond annotations (readOnlyHint, destructiveHint), the description discloses region-gating, pagination with continuation_token, page_size limits, and the return format. No contradictions with annotations.

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?

Very concise: three sentences that front-load the main action, cover gating, pagination details, and alternatives. No wasted words.

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?

Complete coverage for a paginated read tool: purpose, when to use, region/tier restrictions, pagination mechanics, return shape (JSON object), and alternative tool. No output schema needed given the description.

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

Parameters3/5

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

The schema has only 25% description coverage. The description adds useful info for page_size and continuation_token, but the 'oa' parameter is not described, and the response_format default ('markdown') conflicts with the described return format (JSON object). Partial compensation.

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 identifies the tool's purpose with a specific verb ('page through') and resource ('every user that has added the OA as a friend'). It distinguishes from siblings by mentioning an alternative for large OAs and specifying region/tier restrictions.

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?

Explicit guidance on when to use this tool vs. alternatives: 'For very large OAs (50k+), prefer an engagement audience via line_build_audience_from_engagement over pulling all IDs.' Also notes region and tier gates.

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