Skip to main content
Glama
line

LINE Bot MCP Server

Official
by line

get_follower_ids

Read-only

Retrieve follower user IDs from your LINE Official Account to send messages without manually preparing the list.

Instructions

Get a list of user IDs of users who have added the LINE Official Account as a friend. This allows you to obtain user IDs for sending messages without manually preparing them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe maximum number of user IDs to retrieve in a single request.
startNoContinuation token to get the next array of user IDs. Returned in the 'next' property of a previous response.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds limited behavioral context. It mentions that the tool obtains user IDs for messaging, which is a benign consequence. No additional details about pagination, rate limits, or other behaviors beyond the read-only nature are disclosed. The description adds minimal value over 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?

The description is two sentences with no fluff. The primary action is front-loaded, and the secondary sentence adds context. Every word serves a purpose, making it efficient and easy to parse.

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

Completeness4/5

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

The tool is simple with two optional parameters and no output schema. The description explains the result (list of user IDs) and its utility. However, it does not explicitly mention that the response includes a continuation token for pagination, which is a minor gap. Overall, it provides sufficient context for basic usage.

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 input schema has 100% description coverage for both parameters (limit and start), so the description does not need to elaborate further. It provides no additional semantic meaning beyond what is already in the schema. Baseline score of 3 is appropriate.

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 the action ('Get a list of user IDs of users who have added the LINE Official Account as a friend') and specifies the resource (follower user IDs). It distinguishes this tool from siblings like get_profile (single user) and broadcast/push tools (sending messages). The purpose is specific and unambiguous.

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

Usage Guidelines4/5

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

The description implies usage context: obtaining user IDs for sending messages without manual preparation. However, it does not explicitly state when to avoid using this tool or compare with alternatives like get_profile for individual IDs. Guidance is present but not exhaustive.

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/line/line-bot-mcp-server'

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