Skip to main content
Glama

nworks_message_members

Retrieve member lists for LINE WORKS channels to identify participants and manage group communications within the nworks platform.

Instructions

특정 채널의 구성원 목록을 조회합니다. '이 채널에 누가 있어?' 등의 요청에 사용. Service Account 인증 사용 (nworks_setup 필요)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes채널 channelId
Behavior3/5

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

With no annotations provided, the description carries the full burden and successfully discloses the authentication mechanism (Service Account) and dependency on nworks_setup. However, it omits details about the return format, pagination, or safety characteristics (read-only nature).

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?

Extremely efficient three-sentence structure: purpose declaration, usage example, and authentication requirement. Every sentence earns its place with no redundancy or filler content.

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

Completeness4/5

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

Given the tool's low complexity (single required parameter, simple read operation), the description is nearly complete. The critical omission is any indication of what the member list return value contains (fields, format), though the lack of output schema reduces the burden slightly.

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

Parameters3/5

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

Schema coverage is 100% with the 'channel' parameter already documented as '채널 channelId'. The description mentions '특정 채널' (specific channel) but does not add significant semantic value regarding parameter format, valid values, or where to obtain channelIds beyond the schema baseline.

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 uses a specific verb ('조회합니다' / retrieves) and resource ('구성원 목록' / member list) with clear scope ('특정 채널' / specific channel). It effectively distinguishes this from sibling tools like nworks_directory_members by emphasizing the channel context.

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?

Provides a concrete example query pattern ('이 채널에 누가 있어?' / 'Who is in this channel?') and explicitly states the prerequisite that nworks_setup is required for Service Account authentication. Lacks explicit guidance on when to use nworks_directory_members instead.

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/yjcho9317/nworks'

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