Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SP_API_URLNoThe URL of the Super Productivity local REST API.http://127.0.0.1:3876

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
sp_healthA

Checks whether the Super Productivity desktop app's local REST API is reachable.

sp_list_tasksB

List tasks, optionally filtered by title substring, project, tag, or done status. Use tagId 'TODAY' for today's tasks.

sp_get_taskB

Fetch a single task by id.

sp_create_taskB

Create a new task. Search with sp_list_tasks first to avoid creating duplicates of an existing task.

sp_update_taskC

Patch fields on an existing task.

sp_delete_taskC

Permanently remove a task.

sp_start_taskC

Set a task as the current (actively tracked) task.

sp_archive_taskC

Archive a task.

sp_restore_taskC

Restore a previously archived task.

sp_get_statusB

Get the current task and task counts.

sp_get_current_taskA

Get the task currently being tracked, if any.

sp_set_current_taskA

Set (or clear, with taskId null) the currently tracked task.

sp_stop_current_taskA

Stop tracking the current task without starting another.

sp_list_projectsB

List all projects, optionally filtered by title substring.

sp_list_tagsB

List all tags, optionally filtered by title substring.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kailasas-auspicious/super-productivity-mcp'

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