naver-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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_sessionA | 세션이 살아있는지 확인. 만료면 login_setup.py 재실행이 필요하다. |
| list_categoriesA | 블로그 카테고리 목록을 조회한다. 발행하지 않는다. 발행 설정 레이어를 열어서 읽고 다시 닫는다. 하위 카테고리는 들여쓰기로 표시된다. |
| create_draftA | 마크다운으로 글을 작성하고 임시저장한다. 발행하지 않는다. 지원 서식: 제목(1~3), 굵게, 기울임, 취소선, 인라인코드, 링크,
인용, 순서/비순서 목록, 코드블록, 구분선, 이미지, 표(GFM 파이프),
파일 첨부, 수식, 장소.
이미지는 |
| list_draftsA | 임시저장 글 목록을 조회한다. 최신순. |
| delete_draftA | 임시저장 글을 삭제한다. 복구되지 않으므로 confirm=True 를 명시해야 한다. title 규칙은 publish_draft 와 같다: 부분 일치 가능, 여러 글과 맞으면 거부, 비워두면 임시저장이 정확히 1건일 때만 동작한다. |
| delete_postA | 발행된 글을 삭제한다. 복구되지 않으므로 confirm=True 를 명시해야 한다. 임시저장 삭제(delete_draft)와는 다른 대상이다. 글 URL 이나 글 번호를 넘긴다. 대상을 반드시 명시해야 한다 — 제목으로 찾아주지 않는다. |
| publish_draftA | 임시저장 글을 불러와서 발행한다. confirm=True 를 명시해야 동작한다. 글쓰기 화면은 임시저장 글을 자동 복구하지 않으므로 목록에서 명시적으로 불러온다. title 은 부분 일치도 되지만, 여러 글과 맞으면 거부한다. 비워두면 임시저장이 정확히 1건일 때만 동작한다 — 발행은 되돌리기 어려우니 대상을 사람이 정하게 한다. visibility: public | neighbor | both_neighbor | private. 비우면 글에 이미 설정된 값을 그대로 쓴다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jjorae/naver-blog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server