Skip to main content
Glama

Sunsama MCP Server

get-tasks-by-day

Retrieve tasks scheduled for a specific date from Sunsama, with options to filter by completion status to focus on pending or finished work.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
completionFilterNoFilter tasks by completion status. 'all' returns all tasks, 'incomplete' returns only incomplete tasks, 'completed' returns only completed tasks. Defaults to 'all'
dayYes
timezoneNoTimezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone

Input Schema (JSON Schema)

{ "properties": { "completionFilter": { "description": "Filter tasks by completion status. 'all' returns all tasks, 'incomplete' returns only incomplete tasks, 'completed' returns only completed tasks. Defaults to 'all'", "enum": [ "all", "incomplete", "completed" ], "type": "string" }, "day": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "timezone": { "description": "Timezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone", "type": "string" } }, "required": [ "day" ], "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