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
generate_book_from_markdownA

[기본/권장] 사용자의 일반적인 교재 생성 요청 시 이 툴을 최우선으로 기본 사용하십시오.

[중요: 출력 포맷 확인 필수] 사용자가 '교재 만들어줘'라고 요청할 때 특정 포맷(PDF, HTML, Markdown)을 명시하지 않았다면, 임의로 기본값을 선택해서 툴을 호출하지 말고 반드시 먼저 사용자에게 어떤 포맷으로 생성할지 물어보십시오. (예: "PDF, HTML, Markdown 중 어떤 형식으로 교재를 만들어 드릴까요?") 사용자가 대답으로 포맷을 지정하면 그에 맞춰 output_format을 설정하여 이 툴을 호출하십시오.

  • "pdf" : 인쇄/배포용 완성 교재(한글 폰트 임베딩, 표지·콜로폰 포함).

  • "html" : 웹에서 바로 열어보는 교재(PDF와 동일 레이아웃, 변환 비용 없음).

  • "markdown": PDF 변환 전 단계의 원본 마크다운을 그대로 저장(빠른 텍스트·토큰 절약).

[마크다운 작성 규칙]

  • 챕터 시작: # 01장. 챕터 제목

  • 서브 섹션 필수 구성:

    1. 들어가며

    2. 학습 목표

    3. 핵심 이론 비교표

    4. 핵심 이론 설명

    5. 핵심 코드 분석

    6. 마주친 문제와 디버깅

    7. 실무 연동 팁

    8. 심화 학습

    9. Q&A 표

    10. 용어 사전

    11. 공식 링크

search_materialA

제목에 검색어가 포함된 누적 교재를 최신순으로 찾는다.

Prompts

Interactive templates invoked by user choice

NameDescription
book_from_chat_template대화 히스토리 기반 통교재 마크다운 작성 표준 프롬프트.

Resources

Contextual data attached and managed by the client

NameDescription
list_materials_resource저장된 모든 교재 메타데이터를 JSON 배열로 반환한다.

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/PEANUTBUTTER1001/vibetutor-mcp'

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