Craft
CraftDocs & Knowledge
Search and read documents in a space, append to documents and daily notes, and view and create tasks
Available tools 8
Hard-to-undo tools, such as sending or destructive actions, require your approval before running.
- craft__appendWrite
문서 또는 데일리 노트에 마크다운 이어쓰기. document_id 와 date 중 **하나는 반드시** 준다 — 어디에 썼는지 모르면 사용자가 되찾을 수 없다
- craft__create_documentWrite
새 문서 생성. content 를 주면 제목 생성 후 본문까지 기록한다 (Craft API 가 제목만 받으므로 2단계로 처리된다)
- craft__create_taskWrite
새 태스크 생성 — 인박스(기본)·데일리 노트·특정 문서에 추가한다
- craft__list_documentsRead
문서 목록 — 내장 위치(unsorted·templates·daily_notes·trash) 또는 폴더 안의 문서를 나열한다
- craft__list_foldersRead
폴더 목록 — 문서 조회·생성에 쓸 folder_id 를 여기서 확보한다
- craft__list_tasksRead
태스크 조회 — 상태·예정일·마감일과 태스크가 속한 문서/데일리 노트가 함께 돌아온다
- craft__read_documentRead
문서 또는 데일리 노트 내용 읽기 — 블록 트리가 평문 마크다운으로 접혀 돌아온다 (태스크는 [ ]/[x] 로 표시)
- craft__searchRead
Craft 스페이스 전체 검색 — 다른 Craft 툴에 쓸 document_id 를 여기서 확보한다. 매치된 블록과 앞뒤 문맥이 함께 돌아온다
Before you connect
- In the Craft app, open the Imagine tab and create an API connection (choose a scope: space, daily notes, or selected documents) Open
- Copy the issued API URL and API key and paste them into the two fields below
- Documents outside the connection scope cannot be read or written. To change the scope, create the connection again in Craft