Skip to main content
Glama
samsung10-gif

local-docs-mcp

scan_documents

Read-only

Scan allowed folders to list documents by most recent modification. Filter by type, name pattern, or recent changes to locate specific files.

Instructions

허용 폴더를 훑어 문서 목록을 최근 수정순으로 돌려줍니다. 파일 내용은 읽지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindsNo문서 종류 필터. text/word/pdf/slide/sheet/data/web/mail/code/hangul
limitNo돌려줄 최대 개수
folderNo훑을 폴더 절대 경로. 비우면 첫 번째 허용 루트
name_patternNo파일명 glob 필터. 예: *보고서*.pdf
modified_within_daysNo최근 N일 안에 수정된 파일만. 0이면 전체

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
filesYes
stageYes문서 요약·정리 흐름에서 지금 위치한 단계
statsYes
folderYes
statusYes이 호출의 결과 상태
next_actionsNo이어서 호출하면 좋은 도구 목록
Behavior4/5

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

Annotations already declare readOnlyHint=true, but the description adds specific behavioral context: it scans only allowed folders, returns results in recent modification order, and explicitly states it does not read file contents. This goes beyond the annotations by clarifying the operational scope and side-effect-free nature.

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 a single concise sentence with two clauses, front-loading the action and result. The 'does not read file contents' clarification is efficient and valuable. There is no redundant wording; every part earns its place.

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?

Given the presence of a complete output schema, well-described parameters, and annotations, the description is sufficient for an agent to call the tool correctly. It covers the key constraint (allowed folders), ordering, and the non-reading behavior. Minor gaps like explicit pagination details are already handled by the limit parameter.

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 input schema covers all 5 parameters with descriptions (100% coverage), so the baseline is 3. The description adds no parameter-specific semantics, but it also does not need to since the schema is fully self-documenting.

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 states a specific verb (scan), resource (allowed folders), and the result (document list sorted by recent modification). It explicitly clarifies it does not read file contents, distinguishing it from content-reading tools like read_document and search_documents.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies its use for metadata-only listing by stating it does not read file contents, but it does not explicitly name alternative tools or provide conditions for when to use this tool over siblings like search_documents or read_document. The guidance is implied but not explicit.

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/samsung10-gif/file_check'

If you have feedback or need assistance with the MCP directory API, please join our Discord server