Skip to main content
Glama

nworks_directory_members

Read-onlyIdempotent

Retrieve NAVER WORKS organization members to locate colleagues or obtain recipient userIds for messages. Paginate with a cursor to load additional members.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo페이지당 항목 수 (기본: 100)
cursorNo페이지네이션 커서 (이전 응답의 nextCursor 값)
Behavior4/5

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

While annotations already declare readOnlyHint, openWorldHint, and idempotentHint, the description adds valuable behavioral context: it specifies Service Account authentication and the nworks_setup requirement, and it explains pagination via nextCursor. No contradictions with annotations found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph with multiple sentences, each adding value: purpose, use cases, auth requirement, and pagination. It is front-loaded with the primary function and remains concise, without fluff or repetition.

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?

For a read-only list tool with simple parameters and no output schema, the description covers the essential aspects: purpose, use cases, auth prerequisite, and pagination behavior. It implies that the response contains userId, which is critical for downstream message sending. While it doesn't enumerate all response fields, the provided context is sufficient for correct invocation.

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?

The schema already provides 100% coverage of both parameters (count and cursor), including descriptions. The description only reiterates that cursor is used for pagination, which is already in the schema. It adds no new meaning beyond what the schema documents, so the baseline score of 3 applies.

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 tool's function: it retrieves the list of NAVER WORKS organization members. It provides concrete example use cases like 'show me the member list', 'find a teammate', and 'find the userId to send a message to', which makes its purpose unmistakable and differentiates it from sibling tools such as nworks_message_send or nworks_contact_list.

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 specific scenarios when the tool is used, such as looking up userId for messaging, and notes the prerequisite of nworks_setup. It does not explicitly list when not to use it or mention alternative tools, but the examples and context provide sufficient guidance for an agent to select it appropriately.

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