Skip to main content
Glama

nworks_task_create

Create a new TODO task with title, content, due date, category, and assignees. Assigns to yourself by default; specify userId or assigneeIds to delegate.

Instructions

할 일(TODO)을 새로 만듭니다. '할 일 추가해줘', 'TODO 등록해줘' 등의 요청에 사용. 기본적으로 자기 자신에게 할당. User OAuth 인증 필요 (task + user.read scope)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes할 일 제목
userIdNo생성자 user ID (미지정 시 me)
contentNo할 일 내용
dueDateNo마감일 (YYYY-MM-DD)
categoryIdNo카테고리 ID
assigneeIdsNo담당자 user ID 목록 (미지정 시 자기 자신)
Behavior4/5

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

The annotations already declare readOnlyHint=false and destructiveHint=false, and the description does not contradict them. It adds valuable context beyond annotations: OAuth scope requirement (task + user.read) and default self-assignment. It does not detail response format or side effects, but for a create operation with no output schema, this is acceptable.

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?

Two sentences, each earning its place: the first states the action and example requests, the second covers default assignment and auth. Action is front-loaded, no fluff.

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 create tool with no output schema, the description covers trigger phrases, default behavior, and auth requirements. It does not explicitly state the return value (e.g., created task object or ID), but that is a minor gap for a creation operation where the agent often only needs to confirm success.

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 covers all 6 parameters with descriptions, including inline defaults for userId and assigneeIds. The description restates the self-assignment default but does not add new parameter-level semantics beyond what the schema already provides. Baseline 3 is appropriate given 100% schema coverage.

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 creates a new TODO and gives concrete natural-language trigger phrases ('할 일 추가해줘', 'TODO 등록해줘'). It also clarifies the default self-assignment, distinguishing it from sibling update/delete operations by explicitly naming the 'create' action.

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 explicit usage triggers and the default assignment context. However, it does not mention alternatives like nworks_task_update for modifying existing tasks, leaving the agent to infer when not to use this tool. A brief 'use task_update to modify' would elevate it.

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