Skip to main content
Glama

nworks_task_list

Retrieve and manage task lists from LINE WORKS, filtering by status or category to view pending or all items with pagination support.

Instructions

할 일(TODO) 목록을 조회합니다. '할 일 확인해줘', 'TODO 목록 보여줘', '남은 업무 뭐 있어?' 등의 요청에 사용. User OAuth 인증 필요 (task.read scope)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryIdNo카테고리 ID (기본: default)
statusNo필터: TODO 또는 ALL (기본: ALL)
countNo페이지당 항목 수 (기본: 50, 최대: 100)
cursorNo페이지네이션 커서
userIdNo대상 사용자 ID (미지정 시 me)
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses OAuth authentication requirement and scope ('task.read'), which is valuable behavioral context. However, lacks details on return format, pagination behavior (despite cursor param), rate limits, or error scenarios.

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?

Three distinct clauses covering purpose, example usage, and auth requirements. No redundant information. Efficient structure with example queries front-loaded to aid intent recognition.

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?

Reasonably complete for a list operation with well-documented parameters, and auth disclosure is essential. However, with no output schema, no annotations, and pagination capability (cursor param), the description could improve by describing return structure or pagination behavior.

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?

Schema description coverage is 100% (all 5 parameters have descriptions). Description provides no additional parameter semantics beyond the schema, but baseline score is 3 when schema coverage is high per evaluation rules.

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?

Description uses specific verb '조회합니다' (query/list) with resource '할 일(TODO) 목록', clearly distinguishing this read operation from sibling mutation tools (nworks_task_create/update/delete). Example queries ('할 일 확인해줘', 'TODO 목록 보여줘') further clarify the tool's scope.

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 concrete example queries indicating when to use the tool ('할 일 확인해줘', '남은 업무 뭐 있어?'). However, lacks explicit 'when not to use' guidance or explicit naming of alternative tools (e.g., 'use nworks_task_create to add new items').

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