Skip to main content
Glama

nworks_login_user

Initiate user OAuth login for NAVER WORKS to access calendar, mail, drive, tasks, and boards. Open the returned URL in a browser to authenticate and automatically store tokens for full API functionality.

Instructions

User OAuth 로그인을 시작합니다. 반환된 URL을 브라우저에서 열어 NAVER WORKS에 로그인하세요. 로그인 완료 후 자동으로 토큰이 저장됩니다. 중요: scope를 지정하지 마세요. 기본값이 모든 API(캘린더, 메일, 할일, 드라이브, 게시판)를 포함하므로 한 번 로그인으로 전체 기능을 사용할 수 있습니다. scope를 좁게 지정하면 다른 기능 사용 시 재로그인이 필요합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNo지정하지 마세요 (기본값이 전체 scope 포함). 특수한 경우에만 사용
Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure burden. It effectively explains the OAuth flow (returns URL, requires browser interaction, automatic token persistence) and warns about scope narrowing consequences. Lacks details on token expiration or idempotency, but covers the critical interactive behavior.

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?

Four well-structured Korean sentences with zero waste: action declaration → usage instructions → critical warning → rationale. Information is front-loaded with the core purpose and the 'Important' warning is appropriately emphasized for a parameter that should typically be omitted.

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 single-parameter auth tool without output schema, the description adequately compensates by explaining the return value (URL) and side effects (token storage). It covers the complete authentication flow sufficiently, though it could mention session duration or that this is typically a one-time operation per session.

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?

Despite 100% schema coverage (baseline 3), the description adds substantial value by listing the specific API categories covered by the default scope (calendar, mail, tasks, drive, board) and explaining the negative consequence of narrowing scope (requires re-login), which goes beyond the schema's basic warning.

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 it 'starts User OAuth login' (specific verb + resource) for NAVER WORKS. It effectively distinguishes itself from the 22 operational siblings (calendar, mail, drive tools) by describing the authentication initiation flow required before using those tools.

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 clear procedural guidance (open URL in browser, token auto-saves) and explicit exclusions ('do not specify scope'). However, it could strengthen contextual guidance by explicitly stating this should be invoked before other nworks_* tools when authentication is needed, though this is implied.

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