Skip to main content
Glama

get_followers

Retrieve follower user IDs from LINE Official Accounts to enable targeted messaging and profile management through the LineWhiz MCP server.

Instructions

Get the list of user IDs of followers of this LINE OA. Use this to find user IDs for send_push_message or get_user_profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of user IDs to return (default 300, max 1000)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the tool's purpose and downstream use cases but lacks details on rate limits, authentication requirements, pagination behavior, or error conditions that would be helpful for an agent.

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 concise sentences with zero waste: the first states the tool's purpose, and the second provides usage context. It's appropriately sized and front-loaded with essential information.

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

Completeness3/5

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

For a simple read operation with one documented parameter and no output schema, the description is adequate but minimal. It explains what the tool does and why to use it, but lacks details about return format, error handling, or system constraints that would provide more complete context.

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?

Schema description coverage is 100%, so the schema fully documents the 'limit' parameter. The description doesn't add any parameter-specific information beyond what's in the schema, maintaining the baseline score when the schema handles parameter documentation.

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 specific action ('Get the list of user IDs of followers') and resource ('this LINE OA'), distinguishing it from siblings like get_friend_count or get_user_profile by focusing on follower retrieval rather than friend relationships or individual profiles.

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 provides clear context for when to use this tool ('to find user IDs for send_push_message or get_user_profile'), but it doesn't explicitly state when not to use it or mention alternatives like get_friend_count for different relationship types.

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/Kinzen-dev/LineWhiz'

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