Skip to main content
Glama
wasintoh

line-oa-mcp-ultimate

by wasintoh

Delete LINE Rich Menu

line_delete_rich_menu
DestructiveIdempotent

Delete a rich menu by its ID. Requires confirmation to prevent accidental removal; linked user menus break silently.

Instructions

Delete a rich menu by ID. If the menu is currently linked to specific users, those links break silently — consider running line_audit_user_menu first.

Requires confirm=true to prevent accidental deletion via prompt drift.

Args:

  • rich_menu_id: The richMenuId (starts with 'richmenu-').

  • confirm: Must be true to proceed.

  • oa: optional OA id.

Returns: { success: true, deleted_id }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rich_menu_idYes
confirmNoRequired true. Deletion is irreversible.
oaNo
Behavior5/5

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

Annotations already indicate destructive and idempotent. Description adds crucial detail: silent breakage of user links, and confirms the need for confirm flag. No contradiction.

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?

Concise, well-structured with purpose, behavioral note, arguments, and return. Every sentence adds value, no fluff.

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

Completeness5/5

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

Covers all 3 parameters, provides return shape, and addresses behavioral context. No output schema, but description includes { success: true, deleted_id }.

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

Parameters4/5

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

Schema only describes confirm param. Description adds meaning: rich_menu_id starts with 'richmenu-', oa optional, and confirms confirm must be true. Adds value beyond 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?

Explicitly states 'Delete a rich menu by ID', which is a specific verb and resource. Differentiates from siblings like line_audit_user_menu by mentioning its relation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit before-use consideration: suggests running line_audit_user_menu if menu is linked to users, and requires confirm=true to prevent accidental deletion. Gives clear when-to-use guidance.

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

Install Server

Other Tools

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/wasintoh/line-oa-mcp-ultimate'

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