Skip to main content
Glama

nworks_directory_members

Retrieve NAVER WORKS organization member lists to find colleagues, identify team members, and obtain user IDs for messaging.

Instructions

NAVER WORKS 조직 구성원(직원) 목록을 조회합니다. '구성원 목록 보여줘', '팀원 찾아줘', '누구한테 메시지 보낼지 userId 찾기' 등에 사용. Service Account 인증 사용 (nworks_setup 필요). 메시지 전송 시 수신자 userId를 여기서 조회 가능

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description carries the full burden and successfully discloses the authentication mechanism (Service Account) and setup dependency (nworks_setup). However, it lacks disclosure of pagination behavior, rate limits, or whether the returned list is complete or filtered by permissions.

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 across four sentences covering purpose, usage examples, authentication requirements, and integration with messaging workflows. No redundancy or filler text; every clause adds specific operational context.

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 absence of an output schema, the description partially compensates by highlighting that userId is retrievable here for messaging purposes. However, it omits details about other returned fields (names, departments, emails) or list pagination that would help the agent handle the response.

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?

The input schema contains 0 parameters, which per guidelines establishes a baseline of 4. The description does not need to compensate for missing parameter documentation, and implicitly confirms no filtering parameters are available by describing this as a general member listing tool.

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 the tool queries NAVER WORKS organization members (직원) using the specific verb '조회합니다' (queries/lists). It clearly distinguishes from siblings like nworks_message_members and nworks_login_user by specifying this retrieves the full organizational directory (구성원 목록) rather than chat participants or current user info.

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 usage examples ('구성원 목록 보여줘', 'userId 찾기') and clearly states the prerequisite workflow: Service Account authentication requires nworks_setup first. It also clarifies the relationship to nworks_message_send by noting this tool provides the recipient userId needed for messaging.

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