Skip to main content
Glama
acquo

LINE Bot MCP Server (SSE Support)

by acquo

cancel_rich_menu_default

Remove the default rich menu from a LINE Official Account to stop displaying it automatically to users.

Instructions

Cancel the default rich menu.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool handler that calls the LINE Messaging API to cancel the default rich menu.
    register(server: McpServer) {
      server.tool(
        "cancel_rich_menu_default",
        "Cancel the default rich menu.",
        {},
        async () => {
          const response = await this.client.cancelDefaultRichMenu();
          return createSuccessResponse(response);
        },
      );
  • src/index.ts:69-69 (registration)
    Registration of the cancel_rich_menu_default tool within the server.
    new CancelRichMenuDefault(messagingApiClient).register(server);

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/acquo/line-bot-mcp-server-sse'

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