Skip to main content
Glama
curzer1995-777

LINE Local MCP

List LINE chats

list_chats
Read-onlyIdempotent

Retrieve bounded chat metadata and stable chat IDs from LINE Desktop history, excluding official accounts unless requested. Use to find the chat ID before fetching messages, with newest results first and optional filters.

Instructions

Return bounded chat metadata and stable chat IDs, without message bodies. Use before get_messages when the chat ID is unknown. Official accounts are excluded unless explicitly requested. Results are newest first and may be limited.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
schema_versionNo1
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds meaningful context beyond that: no message bodies, official accounts excluded unless requested, newest-first ordering, and bounded results. This is useful behavioral detail without contradicting the 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?

Four tightly written sentences front-load the core purpose, then provide usage guidance, scoping behavior, and ordering. Every sentence contributes information; there is no filler or redundancy.

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 the output schema exists, the description does not need to explain return values. It covers purpose, when to use it, exclusions, ordering, and limited results. The phrase 'may be limited' is slightly vague about pagination or precise limits, which keeps it from a perfect 5.

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 every parameter already has a clear description. The tool description reinforces the include_official default and the limit behavior but does not add material new parameter-level meaning. 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 action and resource: return bounded chat metadata and stable chat IDs, explicitly excluding message bodies. This clearly distinguishes it from message-focused siblings 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 Guidelines4/5

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

It explicitly says to use this tool before get_messages when the chat ID is unknown, which is direct usage guidance. It also notes the official-account exclusion and newest-first ordering. However, it does not explicitly differentiate from search_messages or get_recent_activity, so it stops short of full alternative routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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'

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