Skip to main content
Glama
mrswer

super-productivity-rest-mcp

by mrswer

sp_create_task

Create a new task in Super Productivity with title, notes, due dates, project, tags, and time estimates. Set subtasks, planned times, and completion status to organize work.

Instructions

Create a new task in Super Productivity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
titleYesTask title (required)
dueDayNoDue date, day only, no specific time ("Termin") as YYYY-MM-DD. Use dueWithTime instead if a specific time matters.
isDoneNo
tagIdsNo
parentIdNoCreate as a subtask of this top-level task id. Cannot be combined with projectId or tagIds.
plannedAtNoWhen you plan to work on the task ("Zaplanuj"), as a timestamp in ms since epoch — distinct from the due date.
projectIdNoProject id, e.g. "INBOX_PROJECT" for the inbox
timeSpentNoTime already spent on the task, in milliseconds
dueWithTimeNoDue date and time ("Termin do") as a timestamp in ms since epoch. Use this instead of dueDay when the deadline has a specific time, not just a day.
timeEstimateNoEstimated duration in milliseconds
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states that a task is created. It does not disclose whether the operation is idempotent, what side effects occur, whether certain fields are required in practice, or what happens on success or failure. The description is not misleading, but it is far too thin to be transparent about behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words. It is concise and immediately states the core purpose, though it is arguably too terse to carry much informative weight.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 11 parameters, no annotations, no output schema, and many sibling tools, the one-sentence description is not complete enough. It does not explain return values, required fields, or how this creation flow interacts with projects, tags, or subtasks. The schema provides some richness, but the description itself leaves significant gaps for an agent deciding how to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no parameter-level meaning beyond what the input schema already provides. Schema coverage is 73%, which is moderate, and the schema itself contains useful descriptions for many fields, but the tool description does not compensate for the remaining undocumented parameters or clarify relationships between them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create') and the resource ('a new task in Super Productivity'), making the tool's primary purpose immediately understandable. It does not explicitly differentiate from sibling tools like sp_update_task or sp_delete_task, but the verb 'create' is unambiguous enough to avoid confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as sp_update_task or sp_start_task. It does not mention prerequisites, constraints like parentId cannot be combined with projectId, or any context that would help an agent decide between creating a task and using another task-related tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/mrswer/super-productivity-rest-mcp'

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