Skip to main content
Glama
wasintoh

line-oa-mcp-ultimate

by wasintoh

Show typing indicator in LINE chat

line_show_typing
Idempotent

Display a typing indicator in a 1:1 chat to signal that a response is being prepared. The indicator disappears when the bot sends a message or after a set timeout.

Instructions

Display the "..." typing indicator in a 1:1 chat with a user. The indicator vanishes when the bot sends a message OR after the timeout. Use this when an agent is about to take a noticeable amount of time before replying.

Only works in 1:1 chats (NOT in groups or multi-person rooms).

Args:

  • chat_id: The user ID of the 1:1 chat.

  • seconds: How long to display (5-60). Default 20.

  • oa: optional OA id.

Returns: { success: true, chat_id, seconds }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUser ID (1:1 chats only — does not work in groups)
secondsNoHow long to show the indicator (5-60s). Default 20.
oaNo
Behavior4/5

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

The description adds behavioral details beyond annotations (e.g., indicator vanishes on message or timeout, only works in 1:1). No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with Args and Returns sections, no wasted words, but could be slightly shorter. Good balance of clarity and brevity.

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?

Covers key behavior, usage context, and return format. Lacks error handling details but is adequate for the tool's simplicity.

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?

Input schema covers 2 of 3 parameters with descriptions; description adds minor context (e.g., seconds default, oa optional). Baseline 3 with modest extra value.

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 it displays a typing indicator in 1:1 chats, distinguishes from sibling tools by specifying it does not work in groups, and is not redundant with the title.

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 says 'Use this when an agent is about to take a noticeable amount of time before replying' and restricts usage to 1:1 chats only, providing clear when-to and when-not-to guidance.

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/wasintoh/line-oa-mcp-ultimate'

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