Skip to main content
Glama

nworks_calendar_list

Read-onlyIdempotent

List calendar events within a date range to check schedules. Resolves availability questions by returning events for any user between specified timestamps.

Instructions

사용자의 캘린더 일정/스케줄을 조회합니다. '오늘 일정 알려줘', '이번 주 스케줄 확인' 등의 요청에 사용. User OAuth 인증 필요 (calendar.read scope). 미로그인 시 nworks_login_user로 로그인 필요

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNo대상 사용자 ID (미지정 시 me)
fromDateTimeYes시작 일시 (YYYY-MM-DDThh:mm:ss+09:00)
untilDateTimeYes종료 일시 (YYYY-MM-DDThh:mm:ss+09:00)
Behavior4/5

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

Beyond the annotations (readOnlyHint, openWorldHint, idempotentHint), the description adds important behavioral details: it requires user OAuth authentication with a specific scope and instructs to use nworks_login_user if not logged in. This informs the agent of prerequisites and potential side effects (none expected, but auth needed).

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 concise, consisting of two sentences that immediately state the purpose, provide usage examples, and mention authentication. It is well-structured with the core function first, followed by context. No redundant information or filler.

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?

While the tool is straightforward and parameters are well-documented, the description does not mention the expected return value or structure (e.g., a list of events, fields included). Since there is no output schema provided, this gap mildly reduces completeness. The authentication guidance is present, but response format is unspecified.

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 full descriptions for all three parameters (userId, fromDateTime, untilDateTime) with formats and examples, covering 100% of parameters. The description does not add any extra semantic meaning beyond what the schema already offers, so a baseline score of 3 applies per the rubric.

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 that the tool retrieves the user's calendar schedule/events, and provides concrete example requests ('오늘 일정 알려줘', '이번 주 스케줄 확인'). This makes the tool's purpose unmistakable and distinct from calendar creation, update, or deletion siblings.

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 explicit example use cases for listing schedules and notes the authentication requirement (OAuth, calendar.read scope) with a pointer to the login tool if not authenticated. However, it does not explicitly contrast with create/update/delete tools, though the verb '조회' (retrieve) implies a read-only operation.

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