Skip to main content
Glama
wasintoh

line-oa-mcp-ultimate

by wasintoh

Manage LIFF apps

line_manage_liff_app

Create, list, update, or delete LINE LIFF apps using natural language. Manage app views and configurations without coding.

Instructions

LIFF app lifecycle CRUD. modes: create (needs config.view {type,url}), list, update (liff_id + partial config), delete (liff_id + confirm=true). Auth note: LIFF Server API uses LINE Login channel tokens; this uses the same Messaging API token — for separate-channel setups see docs.

Example: "สร้าง LIFF tall https://my.app" → { mode:"create", config:{ view:{ type:"tall", url:"https://my.app" } } }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
oaNo
modeYes
configNoRequired for create. Partial for update.
confirmNo
liff_idNoRequired for update / delete.
Behavior4/5

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

The description adds valuable behavioral context beyond the annotations: mode-specific parameter requirements, the confirm guard for delete, and the auth token limitation. It does not describe return values or error semantics, but at least it flags the confirm requirement and token ownership issue.

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?

The description is compact and front-loaded with the core purpose. It lists modes, highlights key requirements, includes an auth note, and ends with a concrete example. Each sentence adds value without redundancy.

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?

The description covers mode mechanics and parameter requirements, but lacks any mention of return values or response format, which is significant given there is no output schema. It also does not explain the optional 'oa' parameter or behavior when omitted, leaving some gaps for a complex CRUD tool.

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?

With only 40% schema coverage, the description compensates by mapping each mode to its required parameters (e.g., create requires config.view, update requires liff_id + partial config, delete requires liff_id + confirm=true). The concrete example further clarifies how config maps to a real request.

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 explicitly states 'LIFF app lifecycle CRUD' and enumerates all four modes (create, list, update, delete) with specific parameter requirements. This clearly distinguishes it from other LINE management tools that handle rich menus, audiences, or messages.

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 description gives clear context for each mode, specifying required parameters (e.g., 'create needs config.view {type,url}', 'delete (liff_id + confirm=true)') and includes an auth caveat for separate-channel setups. It does not explicitly reference alternative tools, but the mode guidance is sufficiently actionable.

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