Skip to main content
Glama

Rename a task list

update_tasklist
DestructiveIdempotent

Rename a Google Tasks list by providing its ID and a new title. Existing tasks, order, and completion status remain unchanged, and the updated list resource is returned.

Instructions

Renames a task list (PATCH — the title is the only field the API lets you change). Tasks, their order and their completion state are untouched. Returns the updated list resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe new list title (max 1024 chars).
tasklist_idYesThe task list id — from list_tasklists or create_tasklist output. "@default" addresses the user's default list.
Behavior4/5

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

Annotations already signal mutation and idempotency, so the description creditably adds the PATCH method, the exact scope of change, and the return behavior. The destructiveHint is not contradicted because renaming overwrites the previous title; the description merely clarifies that tasks are unaffected.

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?

Two sentences cover the action, HTTP method, scope limitation, side-effect guarantees, and return value with no filler. The most important information is front-loaded.

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

Completeness5/5

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

For a simple two-parameter rename operation with rich schema descriptions and annotations, the description covers the operation, its non-effects, and the response. Nothing essential for an agent to invoke it correctly is missing.

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 100%, so the schema already documents both tasklist_id and title in detail. The description does not add parameter-specific semantics beyond reinforcing that title is the only changeable field, which is a neutral contribution.

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

Purpose5/5

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

The description opens with the specific verb 'Renames' and a clear resource, 'a task list,' and reinforces scope by noting the API only allows changing the title. It distinguishes itself from sibling task-related tools by stating that tasks, order, and completion state are untouched.

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

Usage Guidelines4/5

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

The description clearly states that the tool's only effect is renaming the list and that task content, order, and completion state are not altered, which gives a strong sense of when to use it. It does not explicitly name alternatives like update_task, but the exclusion of task-level changes provides practical routing guidance.

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/A1-x-Tech/mcp-google-tasks'

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