Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TODO_API_URLNoAPI URL (기본값 설정됨)
MCP_TODO_WORKSPACE_IDYesmcp-todo 앱에서 발급받은 Workspace ID

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_todos

일정 목록을 조회합니다. 카테고리나 날짜로 필터링할 수 있습니다.

create_todo

새로운 일정을 생성합니다.

update_todo

기존 일정을 수정합니다.

delete_todo

일정을 삭제합니다.

list_memos

메모 목록을 조회합니다. 최근 수정순으로 정렬됩니다.

get_memo

특정 메모의 상세 내용을 조회합니다.

create_memo

새로운 메모를 생성합니다.

update_memo

기존 메모를 수정합니다.

delete_memo

메모를 삭제합니다.

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/Moon-DaeSeung/mcp-todo'

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