Skip to main content
Glama
dryrh68kkm-beep

line-bot-mcp-server

Push Text Message

push_text_message
Destructive

Deliver plain text messages to a LINE user by user ID. Use for sending simple text alerts or notifications without formatting.

Instructions

Push a simple text message to a user via LINE. Use this for sending plain text messages without formatting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNoThe user ID to receive a message. Defaults to DESTINATION_USER_ID.
messageYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.1-local

TDQS

A3.6/5.0
Behavior2/5

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

The destructiveHint annotation signals that pushing a message has irreversible side effects, but the description adds no behavioral context such as immediate delivery, inability to recall, or quota implications. It repeats the obvious action rather than disclosing consequences.

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?

Two short sentences, front-loaded with the action and followed by a usage condition. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple direct-message tool, but it leaves the destructive/side-effect nature unexplained and does not reference the broadcast/flex siblings even though the schema and annotations are otherwise thin. It is callable but not fully contextualized.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents that text is plain content and that userId defaults to DESTINATION_USER_ID; the description's 'simple text message without formatting' adds little. With only 50% schema description coverage and no extra parameter guidance in the description, the gap is not compensated.

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 ('Push a simple text message to a user via LINE') and explicitly limits scope to plain text without formatting, which distinguishes it from sibling flex and broadcast tools. The resource, channel, and message type are all clear.

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 phrase 'Use this for sending plain text messages without formatting' gives clear conditions for use and implies it is not for rich content. It does not explicitly name alternative tools or state when not to use it, so it falls one step short of fully explicit guidance.

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