Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
paper_scan_folderA

지정한 폴더에서 논문 PDF 파일 목록을 스캔합니다. 분류/이동 대상을 찾을 때 가장 먼저 호출하세요. 이미 다른 위치로 이동된 파일은 더 이상 이 폴더에 나타나지 않으므로, 처리 여부를 별도로 추적할 필요가 없습니다.

paper_read_textA

PDF 파일의 앞부분 페이지에서 텍스트와 메타데이터(Title/Author 등)를 추출합니다. 제목/저자/초록을 확인해 분류 카테고리를 판단하는 데 사용하세요. 분류 로직 자체는 제공하지 않으며, 반환된 텍스트를 바탕으로 호출자가 직접 판단해야 합니다.

paper_moveA

분류가 결정된 논문 PDF를 destRoot 아래 category 경로로 이동합니다. category는 'NLP/Sentiment-Analysis'처럼 '/'로 하위 폴더를 표현할 수 있으며, 존재하지 않는 폴더는 자동 생성됩니다. 대상 경로에 동일 이름의 파일이 이미 있으면 덮어쓰지 않고 오류를 반환하니, 필요하면 fileName으로 새 이름을 지정하세요.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/iapke486-arch/paper-organizer-mcp'

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