Skip to main content
Glama

Clockify MCP Server

by ratheesh-aot

update_tag

Modify an existing tag in Clockify by updating its name, archived status, or other attributes. Requires workspace ID and tag ID to ensure accurate changes.

Instructions

Update an existing tag

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether tag is archived
nameNoTag name
tagIdYesTag ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether tag is archived", "type": "boolean" }, "name": { "description": "Tag name", "type": "string" }, "tagId": { "description": "Tag ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "tagId" ], "type": "object" }

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/ratheesh-aot/clockify-mcp'

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