Skip to main content
Glama

Sunsama MCP Server

create-task

Create new tasks in Sunsama with title, notes, due dates, time estimates, and stream assignments to organize your workflow.

Instructions

Create a new task with optional properties

Input Schema

NameRequiredDescriptionDefault
dueDateNoDue date string (ISO format)
notesNoAdditional task notes
privateNoWhether the task is private
snoozeUntilNoSnooze until date string (ISO format) - the date the task is scheduled for
streamIdsNoArray of stream IDs to associate with the task
taskIdNoCustom task ID (auto-generated if not provided)
textYesTask title/description
timeEstimateNoTime estimate in minutes

Input Schema (JSON Schema)

{ "properties": { "dueDate": { "description": "Due date string (ISO format)", "type": "string" }, "notes": { "description": "Additional task notes", "type": "string" }, "private": { "description": "Whether the task is private", "type": "boolean" }, "snoozeUntil": { "description": "Snooze until date string (ISO format) - the date the task is scheduled for", "type": "string" }, "streamIds": { "description": "Array of stream IDs to associate with the task", "items": { "type": "string" }, "type": "array" }, "taskId": { "description": "Custom task ID (auto-generated if not provided)", "type": "string" }, "text": { "description": "Task title/description", "minLength": 1, "type": "string" }, "timeEstimate": { "description": "Time estimate in minutes", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "text" ], "type": "object" }

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