Skip to main content
Glama

update_task_tag

Change the tag of an already logged task without altering its original log date, status, description, or ID. Retag or clear a task's category retroactively while preserving its history.

Instructions

Change the tag on an existing logged task, without altering its log_date, status, description, or ID.

Use this whenever the user wants to retroactively add, change, or
remove a category/tag on a task they already logged — e.g. "tag #12
as infra" or "remove the tag from #7". This is the correct tool for
that; do NOT delete and re-log the task, since that rewrites its
original log_date and loses history.

Pass tag=None (or an empty string) to clear an existing tag.

Note: if the task has subtasks (other tasks tagged "subtask:<task_id>"),
those are untouched by this call — only task_id's own tag changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagYes
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so excellently. It discloses that only the tag changes, that tag=None or an empty string clears the tag, and that subtasks are untouched by the call.

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 well-structured and front-loaded with the core action, then examples, then exclusions and caveats. It is detailed but every sentence adds meaningful information; nothing is redundant.

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 two-parameter tool with an output schema, the description is complete. It covers what the tool changes, what it preserves, when to use it, how to clear a tag, and an important subtask side-effect caveat.

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 description coverage is 0%, so the description must compensate. It explains the tag parameter's semantics well, including the clearing behavior, and gives concrete task_id examples. It does not formally define task_id, but the integer schema plus examples make it sufficiently clear.

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?

States a specific verb and resource: 'Change the tag on an existing logged task.' It also explicitly lists what is NOT altered (log_date, status, description, ID), which cleanly distinguishes it from siblings like update_task_status and update_task_due_date.

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?

Gives clear when-to-use guidance with concrete user examples ('tag #12 as infra', 'remove the tag from #7'). It also tells the agent what NOT to do ('do NOT delete and re-log the task') and explains why, making the invocation context unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/rominap22/standup-journal-mcp'

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