Skip to main content
Glama
kyoungjongkil

file-analyzer

refresh

Read-onlyIdempotent

Rescan a folder to pick up newly added or modified files, reusing cached content for unchanged files to speed up re-analysis.

Instructions

폴더를 다시 스캔한다. 파일이 추가·수정된 뒤에 호출.

수정 시각과 크기가 그대로인 파일은 캐시를 재사용하므로 빠르다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootYes
stageYes문서 분석 워크플로에서 지금 위치한 단계
by_extYes
statusYes이 호출의 결과 상태
truncatedYes파일 수 상한에 걸려 일부만 스캔했으면 True
file_countYes
image_filesYes텍스트 검색 대상이 아닌 이미지 파일 수
total_bytesYes
next_actionsNo이어서 호출하면 좋은 도구 목록
scan_secondsYes
skipped_countYes미지원 확장자·용량 초과로 건너뛴 파일 수
extraction_failuresYes열지 못한 파일. 여기 있는 파일의 내용은 요약에 반영되지 않았습니다.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context about cache reuse for unchanged files and the resulting speed improvement, which is beyond the annotations and helps the agent anticipate performance.

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, front-loaded with purpose and usage, then a brief performance note. Every sentence earns its place with zero waste.

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?

For a simple parameterless refresh tool with an output schema present, the description fully covers when to call and performance expectations. No missing information that an agent would need to invoke it 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?

The tool has zero parameters, so baseline is 4. No parameter explanation is needed or provided; the schema is empty and the description correctly avoids adding irrelevant parameter info.

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 'rescan' and the resource 'folder' with explicit trigger context ('after files have been added or modified'). This distinguishes it from siblings like list_documents or folder_status by focusing on refreshing the index after changes.

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 timing guidance ('call after files have been added or modified') but does not mention when not to use it or name alternatives. The context is clear enough for an agent to infer usage, though lacking exclusions or comparison to sibling tools.

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/kyoungjongkil/fileanalyzer_mcp_testmonial'

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