classby-blog-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| write_post_draftC | 새 블로그 글 초안을 만듭니다 (제목/본문/태그). |
| update_post_draftB | 기존 블로그 글 초안의 제목/본문/태그를 수정합니다. |
| get_post_draftC | id로 블로그 글 초안 하나를 조회합니다. |
| list_post_drafts | 지금까지 만든 모든 블로그 글 초안 목록을 반환합니다. |
| attach_image | 로컬 이미지 파일을 블로그 글 초안에 첨부합니다. 파일 존재 여부만 확인하며, 실제 업로드는 naver_fill_editor 단계에서 처리됩니다. |
| naver_open_editor | 네이버 블로그 글쓰기 화면을 Chrome으로 엽니다. 이 프로필로 처음 여는 경우 네이버 로그인이 필요합니다. |
| naver_fill_editor | 열려 있는 네이버 블로그 글쓰기 화면에 초안의 제목/본문을 입력합니다. 네이버 자체 자동저장이 이후 저장을 처리하며, 이 도구는 글을 발행(공개)하지 않습니다. |
| naver_close_editor | 자동화용 Chrome 창을 닫습니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct CRUD action on blog post drafts (create, update, read), with no overlapping purposes. Agents can easily distinguish them.
All tools follow a consistent verb_noun pattern: write_post_draft, update_post_draft, get_post_draft. No mixing of styles or vague verbs.
Three tools is minimal but reasonable for a focused 'draft management' scope. It could be slightly thin but still fits the purpose without excess.
The set covers create, read, and update, but notably missing delete and list operations. Agents have no way to delete drafts or view all drafts, which may cause dead ends in workflows.