Skip to main content
Glama
curzer1995-777

LINE Local MCP

List LINE chats

list_chats
Read-only

Identify recent LINE conversations and obtain stable chat IDs for subsequent message retrieval. Use when the chat ID is unknown.

Instructions

Find recent LINE conversations and their stable chat IDs. Use before get_messages when the chat ID is unknown. Official accounts are excluded unless explicitly requested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum chats to return.
unread_onlyNoOnly return chats with unread messages.
name_containsNoCase-insensitive substring of the chat name.
updated_afterNoOnly chats updated at or after this ISO 8601 timestamp.
include_officialNoInclude LINE official/business accounts. Defaults to false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds valuable behavioral context: it returns stable chat IDs and excludes official accounts by default, which are not inferable from annotations alone.

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?

Three sentences, all informative and front-loaded. No redundant phrasing or filler; every sentence contributes purpose, usage, or an important exclusion.

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?

The tool has a rich input schema (5 params, all documented), an output schema, and annotations. The description covers purpose, usage timing, and key filtering behavior, making it complete for effective tool selection and invocation.

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% coverage with each parameter described (limit, unread_only, name_contains, updated_after, include_official). The description adds no additional parameter syntax or format details, so baseline 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 states a specific verb ('Find') and resource ('LINE conversations'), and clarifies that it returns stable chat IDs, which directly distinguishes it from sibling tools like get_messages and search_messages.

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 instructs to use this tool before get_messages when the chat ID is unknown, providing clear when-to-use guidance. It also notes the exclusion of official accounts unless requested, which sets expectations for filtering behavior.

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/curzer1995-777/line-local-mcp-user-key'

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