Skip to main content
Glama

Sunsama MCP Server

get-archived-tasks

Retrieve archived tasks from Sunsama with pagination controls to manage large collections of completed or historical work items.

Instructions

Get archived tasks with optional pagination

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of tasks to return (defaults to 100)
offsetNoPagination offset (defaults to 0)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of tasks to return (defaults to 100)", "maximum": 1000, "minimum": 1, "type": "integer" }, "offset": { "description": "Pagination offset (defaults to 0)", "minimum": 0, "type": "integer" } }, "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