Skip to main content
Glama

list_tasks

Retrieve tasks from a Google Tasks list with filtering options for completion status, due dates, and pagination controls.

Instructions

List all tasks in a specific task list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_google_emailYesThe user's Google email address. Required.
task_list_idYesThe ID of the task list to retrieve tasks from.
max_resultsNoMaximum number of tasks to return. (default: 20, max: 10000).
page_tokenNoToken for pagination.
show_completedNoWhether to include completed tasks (default: True). Note that show_hidden must also be true to show tasks completed in first party clients, such as the web UI and Google's mobile apps.
show_deletedNoWhether to include deleted tasks (default: False).
show_hiddenNoWhether to include hidden tasks (default: False).
show_assignedNoWhether to include assigned tasks (default: False).
completed_maxNoUpper bound for completion date (RFC 3339 timestamp).
completed_minNoLower bound for completion date (RFC 3339 timestamp).
due_maxNoUpper bound for due date (RFC 3339 timestamp).
due_minNoLower bound for due date (RFC 3339 timestamp).
updated_minNoLower bound for last modification time (RFC 3339 timestamp).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden but only states it lists tasks without disclosing behavioral traits. It doesn't mention if this is a read-only operation, potential rate limits, authentication needs, or what the output includes (e.g., pagination, task details). For a tool with 13 parameters, this is a significant gap in transparency.

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 a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's appropriately sized and front-loaded, making it easy to parse quickly.

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

Completeness3/5

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

Given the complexity (13 parameters) and the presence of an output schema, the description is minimally adequate. However, with no annotations and a rich parameter set, it should provide more context on usage scenarios or behavioral aspects to fully guide the agent, but the output schema reduces the need to explain return values.

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?

The schema description coverage is 100%, so the schema fully documents all 13 parameters with details like defaults and constraints. The description adds no parameter semantics beyond implying filtering by task list, which is already covered in the schema. This meets the baseline for high schema coverage.

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 verb ('List') and resource ('tasks in a specific task list'), making the purpose understandable. However, it doesn't differentiate from sibling tools like 'get_task' or 'list_task_lists', which would require mentioning it retrieves multiple tasks rather than a single one or task lists.

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. It doesn't mention prerequisites (e.g., needing a valid task list ID), exclusions, or compare it to siblings like 'get_task' for single tasks or 'list_task_lists' for lists. This leaves the agent without context for tool selection.

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/HuntsDesk/ve-gws'

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