list_dev_docs
dev_docs 검색 + 필터.
시그니처
json
{
"name": "list_dev_docs",
"arguments": {
"category": "claude",
"search": "firebase"
}
}파라미터
| 파라미터 | 타입 | 설명 |
|---|---|---|
category | string | 서브카테고리 (claude, cursor, windsurf, copilot, docs, memory, ...) |
search | string | title 키워드 |
content_type | string | markdown / json / yaml / text |
단순한 필터
이 도구는 위 3개 필터만 지원합니다. 메모리 type 별 필터, 날짜 범위, 페이징 등은 현재 없음 (계획됨).
응답
json
{
"content": [
{ "type": "text", "text": "[Formatted list]" },
{
"type": "resource",
"resource": {
"uri": "ainote://dev_docs/list",
"mimeType": "application/json",
"text": "{\"docs\":[{\"id\":\"uuid\",\"title\":\"...\",\"category\":\"claude\",\"local_path\":\"...\"}]}"
}
}
]
}content 본문은 응답에 미포함 (요약만) — 본문은 get_dev_doc 으로.
자주 쓰는 호출
jsonc
// 모든 CLAUDE.md
{ "category": "claude" }
// 모든 cursor 룰
{ "category": "cursor" }
// 키워드 검색 (전체)
{ "search": "firebase" }
// 카테고리 + 키워드
{ "category": "claude", "search": "stripe" }
// 모든 dev_docs
{ }에러
| 코드 | 메시지 |
|---|---|
| -32602 | Invalid content_type |
Claude
모든 CLAUDE.md 보여줘
firebase 들어간 dev_doc 검색