Skip to main content
Glama
orieg

orieg/gws-connector

gws.tasks.delete

Destructive

Permanently delete a Google task by ID. This action is irreversible; confirm before use. To keep a task but mark it complete instead, use the complete endpoint.

Instructions

Permanently delete a task from a task list. This cannot be undone — confirm with the user before calling. To mark a task done without removing it, use tasks.complete instead. tasklist defaults to the account's default list ('@default'). Returns the deleted task's ID and list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesTask ID to delete
accountNoAccount label or email. Uses default if omitted.
tasklistNoTask list ID (default: '@default')
Behavior5/5

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

The description discloses irreversible destructive behavior ('cannot be undone', 'Permanently delete') and requires confirmation, adding context beyond the annotations (destructiveHint=true). It also mentions the return value (deleted task's ID and list), which is not present in any structured field.

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?

Three sentences, front-loaded with the core action and critical detail (irreversibility). Every sentence provides value: purpose, user guidance, alternative, default, and return value. No fluff.

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 delete tool with three parameters and no output schema, the description is comprehensive. It covers behavior, caution, alternative tool, default parameter value, and return value, making it fully adequate for an agent to use correctly.

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 covers all parameters (100% coverage), but the description reinforces the tasklist default ('@default') and clarifies that tasklist defaults to the account's default list. This adds practical meaning beyond the schema's parameter descriptions.

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 clearly states the tool's purpose: 'Permanently delete a task from a task list.' It uses a specific verb and resource, and distinguishes itself from the sibling tool tasks.complete by explicitly contrasting deletion with marking done.

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

Usage Guidelines5/5

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

Provides explicit usage guidance: 'To mark a task done without removing it, use tasks.complete instead.' Also instructs to confirm with the user before calling due to irreversibility, and notes the default tasklist behavior.

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/orieg/gws-connector'

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