Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_sessionA

세션이 살아있는지 확인. 만료면 login_setup.py 재실행이 필요하다.

list_categoriesA

블로그 카테고리 목록을 조회한다. 발행하지 않는다.

발행 설정 레이어를 열어서 읽고 다시 닫는다. 하위 카테고리는 들여쓰기로 표시된다.

create_draftA

마크다운으로 글을 작성하고 임시저장한다. 발행하지 않는다.

지원 서식: 제목(1~3), 굵게, 기울임, 취소선, 인라인코드, 링크, 인용, 순서/비순서 목록, 코드블록, 구분선, 이미지, 표(GFM 파이프), 파일 첨부, 수식, 장소. 이미지는 캡션, 파일 첨부는 :::file 로컬경로::: 형식이다. 둘 다 로컬 파일 경로여야 한다 (URL 불가). 파일은 개당 10MB 제한. 수식은 :::formula x^2+y^2=z^2:::, 장소는 :::place 강남역::: 이다. 장소는 검색 결과 중 첫 번째를 쓰며, 무엇을 골랐는지 결과에 표시된다.

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

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/jjorae/naver-blog-mcp'

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