Skip to main content
Glama
justerlex

google-tasks-mcp

by justerlex

create_task

Add a task to a Google Tasks list with title, optional due date (YYYY-MM-DD), notes, and placement as a subtask or after a sibling.

Instructions

Create a task. Due dates are DATE-ONLY in Google Tasks (any time portion is discarded); pass YYYY-MM-DD and it is normalized safely.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoDue date, YYYY-MM-DD (or full RFC3339)
notesNoFree-text notes on the task
titleYesTask title
parentNoParent task id, to create as a subtask
previousNoSibling task id to insert after
tasklistYesTask list id
Behavior3/5

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

No annotations are provided, so the description must cover behavioral aspects. It discloses the date-only normalization behavior, which is useful. However, it lacks other important traits like authentication needs, whether the operation is idempotent, or what happens on error (e.g., invalid tasklist).

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 very concise: two sentences that first state the purpose and then add a crucial behavioral nuance. Every word earns its place, and the critical date handling is front-loaded after the purpose statement.

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?

With no output schema and 6 parameters, the description should mention return values (likely the created task) and potential errors. It omits these entirely. Given the complexity and sibling tools, the description is incomplete for an agent to fully understand the tool's usage and outcomes.

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

Parameters4/5

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

Schema coverage is 100%, so the description's value is additive. It clarifies that 'due' should be date-only and provides standard format YYYY-MM-DD. This goes beyond the schema's description by explaining how the parameter is processed, which helps the agent choose correct values.

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 'Create a task.' with a specific verb and resource. It distinguishes itself from sibling tools like list_tasks or delete_task through the name, but doesn't explicitly differentiate in the description. The added detail about date-only handling improves clarity.

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 specific guidance on due date format ('pass YYYY-MM-DD') and warns that time portions are discarded. However, it doesn't explain when to use this tool vs. alternatives (e.g., update_task for modifying tasks) or mention any prerequisites or exclusions.

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/justerlex/google-tasks-mcp'

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