Skip to main content
Glama
zients

@zients/line-mcp-server

by zients

Broadcast Text Message

broadcast_text_message

Broadcast a text message to all followers of your LINE Official Account. Use for announcements or alerts, but proceed with caution given its wide reach.

Instructions

Broadcast a text message to ALL followers of the LINE Official Account. Use with caution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesMessage text to broadcast

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the target audience (all followers) and includes a generic warning ('Use with caution'), but it does not explain potential side effects, rate limits, or consequences of broadcasting to a large audience. The warning is vague and lacks specificity.

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 extremely concise, using two short sentences. It delivers the essential information (action and target) without unnecessary elaboration. Every word serves a purpose, and the 'Use with caution' warning adds important context without bloating the text.

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?

For a simple tool with one parameter and no output schema, the description covers the core purpose and scope. It omits details about return values or error handling, but given the simplicity and the presumed API context, it is reasonably complete. The lack of explicit mention of response or failure modes is a minor gap.

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 schema provides full coverage for the single parameter 'text' (type, min/max length, description), so the tool description adds no additional meaning. According to the guidelines, when schema coverage is high, the baseline score is 3. The description does not elaborate on any nuances or usage constraints beyond the schema.

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 the action (broadcast a text message) and the target (ALL followers), distinguishing it from multicast and push tools that target specific audiences. It also specifies the message type (text), differentiating it from other broadcast variants like flex or image.

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 implies the appropriate use case by emphasizing 'ALL followers' and warns with 'Use with caution.' However, it does not explicitly state when to prefer this over multicast or push, nor does it specify conditions where this tool should be avoided. The scope is clear but the guidance is implicit.

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

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/zients/line-mcp-server'

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