Skip to main content
Glama

nworks_sharedrive_download

Idempotent

Download files from a LINE WORKS shared drive. Specify an output directory to save locally, or get the file content directly as text or base64. Required for files over 5MB.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdYes다운로드할 파일 ID (nworks_sharedrive_files로 조회 가능)
outputDirNo저장 디렉토리 (지정 시 파일로 저장, 미지정 시 내용을 직접 반환)
outputNameNo저장 파일명 (미지정 시 원본 파일명)
sharedriveIdYes공유 드라이브 ID (nworks_sharedrive_list로 조회 가능)
Behavior5/5

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

Beyond the annotations, the description reveals important behavior: authentication requirement with file.read scope, conditional return format (text vs base64), and the 5MB outputDir restriction. No annotation contradicts these, so the description adds significant behavioral context.

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 sentences, densely packed with essential operational details. No redundancy or filler. The most important scoping and size constraints are clearly surfaced early.

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?

In the absence of an output schema, the description explains return value formats, file-saving behavior, and a critical size limit. With full schema documentation for all parameters, an agent has the necessary information to make a correct call.

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?

Schema coverage is 100%, so baseline is 3. The description adds extra semantics for outputDir by explaining the save-vs-return decision and the 5MB constraint, which goes beyond the schema's simple property description. It slightly enhances parameter understanding.

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 the verb (download), resource (shared drive file), and the scope (shared drive, not general drive). The mention of '공유 드라이브' distinguishes it from sibling tools like nworks_drive_download and nworks_sharedrive_files.

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 explicitly explains the two usage modes: with or without outputDir, and places the 5MB constraint on that decision. It does not explicitly name sibling tools as alternatives for this behavior, but the usage context is clear and actionable.

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