Skip to main content
Glama

create_tag

Create a new tag for task categorization. Define name, color, parent tag, and sort order to organize tasks hierarchically.

Instructions

Create a new tag.

[Category: Tags]  [Auth: V2]
[Related: list_tags, update_tag, rename_tag, delete_tag]

Args:
    name: Tag name/label.
    color: Hex color, e.g. "#FF6B6B".
    parent: Parent tag name (for nested/hierarchical tags).
    sort_type: "project", "dueDate", "title", or "priority".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
colorNo
parentNo
sort_typeNo
Behavior3/5

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

No annotations exist, so the description carries full burden. It indicates creation but does not disclose potential behaviors like duplicate handling, response format, or side effects. More detail would improve transparency.

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 well-structured, with a clear purpose, category, auth note, related tools, and parameter list. Every sentence adds value without redundancy.

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

Completeness4/5

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

The tool has 4 parameters (1 required) and no output schema. The description covers parameters adequately and provides context via related tools, but lacks information about return values (e.g., created tag object) which would aid agent understanding.

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 are absent (0% coverage), but the description adds meaningful explanations for all parameters: name as label, color with hex example, parent for hierarchy, sort_type with enumerated values. This compensates well for the schema gap.

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 'Create a new tag' with a specific verb and resource, and the sibling tools like list_tags, update_tag, and delete_tag differentiate it from other tag operations.

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 lists related tools (list_tags, update_tag, rename_tag, delete_tag) providing context for when to use this tool. It also notes [Auth: V2] implying authentication requirements, but does not explicitly state when not to use it or provide exclusions.

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/KpihX/tick-mcp'

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