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
search_docsA

토스 개발자 문서와 내장 보완 자료를 검색합니다.

공식 스펙에 없는 콘솔/담당자 확인 동작(send-message 이동 URL의 {{ 변수 }} 치환 등)은 field_notes에 있습니다. apps_in_toss만 필터해도 관련 현장 노트는 함께 반환됩니다.

Args: query: 검색어 (공백으로 구분된 키워드) source: 소스 필터 (선택). list_sources 도구에서 지원값 확인 max_results: 최대 결과 수 (기본 10, 최대 30)

list_sourcesA

검색 가능한 공식/내장 문서 소스와 원천 URL을 보여줍니다.

sync_sourcesA

문서를 수동으로 동기화합니다.

Args: force: True이면 캐시를 무시하고 강제 재수집

list_examplesC

검색 가능한 Apps in Toss 공식 예제 목록을 보여줍니다.

Args: platform: 플랫폼 필터 (선택). webview, react_native, server

search_examplesA

Apps in Toss 공식 예제 코드와 README를 검색합니다.

Args: query: API, 함수, 기능 또는 코드 키워드 example: 예제 ID 필터 (선택). list_examples에서 확인 language: 언어 필터 (선택). markdown, json, typescript, tsx, javascript, jsx max_results: 최대 결과 수 (기본 5, 최대 20)

get_example_fileA

선별된 공식 예제 파일의 지정 줄 범위를 조회합니다.

Args: path: search_examples가 반환한 저장소 상대 경로 start_line: 시작 줄 (1부터 시작) end_line: 끝 줄 (포함, 한 번에 최대 400줄)

sync_examplesC

Apps in Toss 공식 예제 main의 최신 커밋을 확인합니다.

Args: force: True이면 같은 commit이어도 다시 다운로드하고 검증

search_iconsA

토스 아이콘 카탈로그를 검색하고 타입별 추천 사용 코드를 안내합니다.

Args: query: 검색어 (아이콘 이름/URL 일부) icon_type: 타입 필터 (선택). "icon-", "icn-", "emoji/image" max_results: 최대 결과 수 (기본 10, 최대 30)

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/chabinhwang/toss-mcp'

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