Skip to main content
Glama

List tasks

sp_list_tasks

Retrieve tasks from Super Productivity, filtered by title, project, tag, or completion status. Use 'TODAY' tag for today's tasks.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoCase-insensitive substring match on task title
tagIdNoUse 'TODAY' for today's tasks
sourceNo
projectIdNo
includeDoneNo
Behavior2/5

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

With no annotations, the description should disclose more behavioral traits like pagination, sorting, or side effects. It only implies a read operation but omits details about result format or limits.

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

Conciseness5/5

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

The description is extremely concise with two sentences that convey the core functionality and a key usage hint. No wasted words.

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 5 optional parameters and no output schema, the description fails to explain default behavior (e.g., all tasks returned with no filters) or what the output contains. This leaves the agent guessing.

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

Parameters3/5

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

Schema description coverage is 40% (only query, tagId, and source have descriptions). The tool description adds context for filters and highlights the TODAY tag, but does not explain projectId or includeDone, leaving gaps.

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 tool lists tasks with optional filters by title substring, project, tag, or done status. It distinguishes from sibling tools like sp_list_projects and sp_list_tags by focusing on tasks.

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

Usage Guidelines3/5

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

The description provides basic filtering guidance and a specific tip for tagId 'TODAY', but lacks explicit when-to-use or when-not-to-use instructions compared to sibling tools like sp_get_task or sp_list_projects.

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

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