Skip to main content
Glama

LINE Bot MCP Server

by tndfame

push_text_message

Send plain text messages to LINE users through the LINE Messaging API. Use this tool to deliver unformatted text content directly to specific user accounts.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "message": { "additionalProperties": false, "properties": { "text": { "description": "The plain text content to send to the user.", "maxLength": 5000, "type": "string" }, "type": { "const": "text", "default": "text", "type": "string" } }, "required": [ "text" ], "type": "object" }, "userId": { "default": "U1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p", "description": "The user ID to receive a message. Defaults to DESTINATION_USER_ID.", "type": "string" } }, "required": [ "message" ], "type": "object" }

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/tndfame/mcp_management'

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