Skip to main content
Glama

complete_task

Toggle a task's completion status: mark it complete or uncomplete with a single boolean. Sets timestamps automatically.

Instructions

[Official API + UAT, v1.3.7] Mark a task complete (or uncomplete it). Convenience wrapper around update_task with completed_at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_guidYesTask GUID
completedNotrue → mark complete (uses Date.now()); false → uncomplete (sets completed_at to "0"). Default true.
Behavior4/5

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

With no annotations, the description provides key behavioral details: uses Date.now() for completion, sets completed_at to '0' for uncompletion. This goes beyond the schema. However, it omits potential side effects (e.g., notifications) or error conditions, but for a simple wrapper it's adequate.

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 concise sentences, front-loaded with API context, no redundancy. Every sentence serves a purpose: identifying the tool and clarifying the boolean parameter behavior.

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?

Given the simplicity of the tool (no output schema, two simple params, no annotations), the description is complete. It covers the essential behavior, default, and relationship to update_task. No significant gaps remain.

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 descriptions already cover parameters, but the description adds value by explaining the behavior of true ('uses Date.now()') and false ('sets completed_at to "0"'), and defaults. This enhances understanding beyond the schema's basic 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?

Clearly states the verb ('mark a task complete or uncomplete') and resource ('task'), and distinguishes itself as a convenience wrapper around update_task. The purpose is unambiguous.

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 implies usage for toggling completion status but does not explicitly state when to use versus alternatives like update_task. No exclusions or when-not-to-use guidance is provided.

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/EthanQC/feishu-user-plugin'

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