Skip to main content
Glama

Sunsama MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port for HTTP transport3000
SESSION_TTLNoSession timeout in milliseconds3600000
MAX_SESSIONSNoMaximum concurrent sessions100
TRANSPORT_MODENoTransport type: stdio or httphttp
CLIENT_IDLE_TIMEOUTNoClient idle timeout in milliseconds900000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Sunsama API DocumentationDocumentation for the Sunsama API endpoints and data structures

Tools

Functions exposed to the LLM to take actions

NameDescription
get-user

Get current user information including profile, timezone, and group details

get-tasks-backlog

Get tasks from the backlog

get-tasks-by-day

Get tasks for a specific day with optional filtering by completion status

get-archived-tasks

Get archived tasks with optional pagination

get-task-by-id

Get a specific task by its ID

create-task

Create a new task with optional properties

delete-task

Delete a task permanently

update-task-complete

Mark a task as complete with optional completion timestamp

update-task-snooze-date

Update task snooze date to reschedule tasks or move them to backlog

update-task-backlog

Move a task to the backlog

update-task-planned-time

Update the planned time (time estimate) for a task

update-task-notes

Update the notes content for a task

update-task-due-date

Update the due date for a task

update-task-text

Update the text/title of a task

update-task-stream

Update the stream/channel assignment for a task

get-streams

Get streams for the user's group (streams are called 'channels' in the Sunsama UI)

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/robertn702/mcp-sunsama'

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