Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TODO_API_URL | No | API URL (기본값 설정됨) | |
| MCP_TODO_WORKSPACE_ID | Yes | mcp-todo 앱에서 발급받은 Workspace ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |