Skip to main content
Glama
wasintoh

line-oa-mcp-ultimate

by wasintoh

Get LINE Narrowcast Progress

line_get_narrowcast_progress
Read-onlyIdempotent

Check the delivery progress of an asynchronous narrowcast send by polling its status using the request ID. Returns phase, counts, and status text.

Instructions

Poll the delivery progress of an async narrowcast send (GET /v2/bot/message/progress/narrowcast). Narrowcast runs in the background — the send returns a request_id, and this tool reports how far it has gotten.

Args:

  • request_id (string): the id returned by a prior narrowcast send.

  • oa (string, optional): OA id. Default = active OA.

Returns: { request_id, phase, // waiting | sending | succeeded | failed status_text, // Thai-readable status line success_count?, failure_count?, target_count?, failed_description?, error_code?, accepted_time?, completed_time? }

Examples:

  • "narrowcast เสร็จยัง" → { request_id: "" }

Errors:

  • Unknown / expired request_id → LineApiError surfaced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesThe narrowcast request id returned by a prior narrowcast send.
oaNoOptional OA id; defaults to active OA.
Behavior4/5

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

Annotations already declare readOnlyHint=true, etc. Description adds that it's a polling operation, returns progress status, and errors on unknown/expired IDs, providing context beyond 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?

Well-structured with Args, Returns, Examples, and Errors sections. Each sentence adds value, concise without waste.

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?

Tool is simple with two params, no output schema, but description explains return shape, errors, and usage. Fully adequate for an agent to use correctly.

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%, but description adds value by explaining that request_id comes from a prior send, that oa defaults to active OA, and includes examples. Exceeds baseline of 3.

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?

Clearly states it polls delivery progress of an async narrowcast send, specifies the HTTP endpoint, and distinguishes from siblings like line_send_message or line_estimate_send_cost.

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?

Explicitly says to use after a narrowcast send to check progress, and provides error handling for unknown/expired request_ids. Could mention when not to use (e.g., for synchronous sends) but is clear enough.

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