Skip to main content
Glama

nworks_drive_download

Download files from LINE WORKS Drive to local storage or retrieve content directly. Specify output directory for file storage or get text/base64 content for smaller files.

Instructions

드라이브 파일을 다운로드합니다. User OAuth 인증 필요 (file.read scope). outputDir을 지정하면 로컬에 파일로 저장하고, 미지정 시 파일 내용을 직접 반환합니다 (텍스트는 text, 바이너리는 base64). 5MB 초과 파일은 반드시 outputDir를 지정해야 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdYes다운로드할 파일 ID (nworks_drive_list로 조회 가능)
outputDirNo저장 디렉토리 (지정 시 파일로 저장, 미지정 시 내용을 직접 반환)
outputNameNo저장 파일명 (미지정 시 원본 파일명)
userIdNo대상 사용자 ID (미지정 시 me)
Behavior5/5

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

Excellent disclosure despite no annotations: specifies OAuth authentication requirement with exact scope (file.read), explains side effects (local file creation when outputDir set), details return format variations (text vs base64), and discloses the 5MB size constraint that limits direct content return. Fully compensates for missing annotations.

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 tightly constructed sentences with zero waste: purpose declaration, auth requirements, and behavioral constraints/return modes. Information is front-loaded and every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, comprehensively covers return behavior (encoding types, file vs. content), authentication prerequisites, and operational constraints (5MB limit). Sufficient for an agent to predict outcomes and handle errors correctly.

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?

While schema has 100% coverage, the description adds crucial semantic context about how outputDir interacts with file size (5MB limit) and return encoding (text vs base64), which is not fully captured in the schema's basic parameter descriptions. Elevates understanding beyond raw schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States specific verb (다운로드/download) and resource (드라이브 파일/drive file) clearly. However, it does not explicitly distinguish from sibling tools like nworks_drive_upload or nworks_drive_list (e.g., 'use this to retrieve files after listing them with nworks_drive_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?

Provides explicit operational guidance on when to use outputDir (files >5MB must use it, otherwise content returned directly) and explains the dual return modes (file save vs. content return). Lacks explicit comparison to alternative tools (siblings), but clearly defines the critical 5MB threshold for successful invocation.

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