Skip to main content
Glama
orieg

orieg/gws-connector

gws.tasks.complete

Mark a Google task as completed (reversible, not deleted). Specify task ID and optional account/list. Returns title, status, and ID.

Instructions

Mark a task as completed (sets its status to 'completed'). This is reversible — the task is not deleted. tasklist defaults to the account's default list ('@default'). Returns the task's title, new status, and ID.

Input Schema

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

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

The annotations already indicate a non-read-only, non-destructive operation, and the description adds valuable context beyond that: it explicitly mentions reversibility, that the task is not deleted, the default tasklist behavior, and the exact return fields. This gives the agent a fuller understanding of side effects.

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 concise and efficiently structured in three sentences. Every sentence adds value: what happens, reversibility, default behavior, and expected return contents. No redundant or filler language is present.

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 three-parameter tool with no output schema, the description is complete enough. It covers the action, side effect/reversibility, defaults, and return shape, while annotations cover safety semantics, and sibling tools give context for alternatives.

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 input schema covers all parameters with descriptions (100% coverage), so the description is not required to explain parameters in depth. It does add practical context for tasklist defaulting to '@default' and notes the account default only appears in the schema. No significant additional parameter semantics are provided.

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 operation: 'Mark a task as completed (sets its status to ''completed'')'. It specifies the exact resource (task) and action, and distinguishes itself from deletion by emphasizing 'This is reversible — the task is not deleted.'

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 conveys that this tool is for completing tasks and not for deleting them, which indirectly distinguishes its use from deletes. However, it does not explicitly say when to choose this tool over alternatives such as gws.tasks.delete or how to revert the completion operation.

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