limit
(number?): The maximum number of user IDs to retrieve in a single request.
How to use it
limit is exposed by the Line Bot MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the limit tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL LINE BOT MCP SERVER LISTINGOther tools in Line Bot MCP Server (18)
(array): The actions of the rich menu. You can specify minimum 1 to maximum 6 actions. Each action can be one of the following types:
For opening the camera
For opening the camera roll
(string): Text displayed in chat bar, also used as rich menu name.
For copying text to clipboard
For opening a date/time picker
For sending the current location
For sending a text message
(string): Alternative text shown when flex message cannot be displayed.
(any): The contents of the flex message. This is a JSON object that defines the layout and components of the message.
(enum): Type of the container. 'bubble' for single container, 'carousel' for multiple swipeable bubbles.
(string): The plain text content to send to the user.
For sending a postback action
(string): The ID of the rich menu to delete.
For switching to another rich menu
(string?): Continuation token to get the next array of user IDs. Returned in the next property of a previous response.
For opening a URL
(string?): The user ID to receive a message. Defaults to DESTINATIONUSERID. Either userId or DESTINATIONUSERID must be set.