Skip to main content
Glama

clockify_action

Manage Clockify time tracking: retrieve workspaces, projects, time entries, and summaries, or create new time entries.

Instructions

Perform a Clockify action: get_clockify_workspaces, get_time_entries, create_time_entry, get_clockify_projects, get_clockify_summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
api_keyNo
workspace_idNo
startNo
endNo
project_idNo
descriptionNo
Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits. It only lists action names but does not indicate which actions are read-only (e.g., get_time_entries) vs. write (e.g., create_time_entry), nor does it mention authentication needs, rate limits, or error behavior. The agent lacks critical context to infer 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, making it concise, but it merely lists actions without structure or hierarchy. It could be improved by grouping actions by type (read vs. write) or providing a brief example. The shortness does not compensate for lack of useful content.

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

Completeness1/5

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

Given the tool has 7 parameters and no output schema, the description is woefully incomplete. It does not describe what each action returns, how to construct a valid request, or what the expected behavior is for different parameter combinations. For a multi-action dispatcher, this level of detail is insufficient for an AI agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning no parameter descriptions exist in the schema, and the description adds no meaning. It does not explain what each parameter (e.g., api_key, workspace_id, start, end) does or how they map to the listed actions. The agent cannot determine which parameters are required for each action.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Perform a Clockify action' and lists possible actions, indicating it is a generic dispatcher for Clockify operations. However, it lacks specificity about what each action does and why a user would invoke this tool overall. Compared to sibling 'action' tools like github_action, it follows a similar pattern but does not clearly distinguish its purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description simply enumerates available actions without explaining context, such as 'Use this when you need to interact with Clockify time tracking.' There is no mention of when not to use it or which sibling tools serve overlapping purposes.

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/malamutemayhem/unclick'

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