Skip to main content
Glama

nworks_message_send

Send messages to users or channels in NAVER WORKS using Service Account authentication. Supports text, button, and list message types for automated communication.

Instructions

NAVER WORKS 메시지를 전송합니다 (봇이 사용자 또는 채널에 발송). Service Account 인증 사용 (nworks_setup에서 serviceAccount, botId 설정 + 환경변수 NWORKS_PRIVATE_KEY_PATH 필요. User OAuth 불필요)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo수신자 userId (channel과 택 1). nworks_directory_members로 userId 조회 가능
channelNo채널 channelId (to와 택 1). nworks_message_members로 채널 구성원 확인 가능
textYes메시지 본문
typeNo메시지 타입 (기본: text)
actionsNo버튼 액션 JSON (type=button일 때)
elementsNo리스트 항목 JSON (type=list일 때)
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. It successfully discloses authentication requirements and setup dependencies, but fails to mention operational behaviors like rate limits, delivery guarantees, idempotency, or that this is a write operation creating server-side state.

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 efficiently structured with zero waste. The first clause states the core action, while the parenthetical concisely covers authentication method, setup requirements, and exclusions. Every segment provides essential information for invocation.

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?

Given 6 parameters, 100% schema coverage, no annotations, and no output schema, the description adequately covers the complex authentication context (crucial for this API) but leaves gaps in behavioral context. It should ideally disclose side effects, error scenarios, or return value structure given the lack of annotations and output schema.

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 description coverage is 100%, establishing a baseline of 3. The description mentions 'user or channel' which maps to the mutually exclusive 'to' and 'channel' parameters, but primarily focuses on authentication prerequisites (serviceAccount, botId) that are not actually part of the input schema. It adds minimal semantic value beyond the well-documented 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?

The description clearly states the specific action (메시지를 전송합니다/send message), resource (NAVER WORKS message), and scope (bot sends to user or channel). It effectively distinguishes this from siblings like nworks_mail_send (email), nworks_board_create (board posts), and calendar tools by specifying 'bot' messaging.

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

Usage Guidelines3/5

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

The description provides good prerequisites (Service Account auth, nworks_setup configuration, environment variable requirements) and negative constraints (User OAuth not required). However, it lacks explicit guidance on when to use this versus nworks_mail_send or when to choose 'to' versus 'channel' parameters.

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