Skip to main content
Glama

list_friends

Retrieve a list of LINE friends with tags, custom attributes, and response marks. Use pagination to get up to 1000 records per request for reviewing delivery targets or customer attributes.

Instructions

友だち(LINE公式アカウントを追加したユーザー)の一覧を、付与済みタグ・友だち情報(カスタム属性)・対応マークを展開した状態で取得する。配信対象の確認や顧客属性の棚卸しなど、全体像の把握に使う。1回のリクエストで最大1000件まで取得可能(limit 未指定時は50件)。続きを取るには前回レスポンスの next_cursor を cursor に渡す(cursor 未指定時は先頭から)。書き込みは行わない。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo取得件数(最大1000、既定50)
cursorNo前回レスポンスの next_cursor を渡すとその続きから取得する
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool is read-only ('does not perform writing') and explains pagination behavior with limit and cursor. It does not cover permission or performance details.

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 concise, with four short sentences covering purpose, use case, pagination, and read-only nature. No unnecessary words.

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?

Given no output schema and no annotations, the description covers key aspects: expanded return, use case, pagination, and read-only. It could briefly mention filtering alternatives (e.g., list_friends_by_tag) but remains adequate.

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 100%, so baseline is 3. The description adds value by explaining limit defaults and max, and cursor usage with previous response's next_cursor, going beyond the schema descriptions.

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 as retrieving a list of friends with expanded tags, custom attributes, and response marks. It distinguishes from siblings like list_friends_by_tag which filters by tag, making the purpose unique.

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 a use case: checking delivery targets and inventorying customer attributes. It does not explicitly state when not to use it, but the context of sibling tools implies alternatives.

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/mediiiiium/mcp-jp'

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