Skip to main content
Glama

Get a task

clockify_get_task
Read-only

Fetch complete task information from Clockify using the task ID, with optional project or workspace identifiers for precise retrieval.

Instructions

One task in full.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask id
project_idNoProject id
project_nameNoProject name instead of the id
workspace_idNoWorkspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace.
Behavior2/5

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

Annotations declare a read-only, non-destructive operation. The description only adds the vague 'in full' claim and does not disclose the return structure, error behavior, or any other context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

Description is a single short phrase with no filler or redundancy. It is front-loaded and immediately states the tool's core behavior, though it may be slightly too terse to be fully informative.

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

Completeness2/5

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

With no output schema and minimal description, the agent cannot anticipate what fields a 'full' task includes, how missing IDs are handled, or why optional project identifiers matter. Although the tool is simple, the description leaves important context unstated.

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

Parameters3/5

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

Schema describes all four parameters with 100% coverage, so the description doesn't need to restate them. It also adds no extra meaning beyond the schema, keeping the baseline score of 3.

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

Purpose4/5

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

Title and description identify a single task resource; 'in full' indicates a complete object rather than a list membership. This distinguishes it from list_tasks, though it doesn't explicitly state the lookup key (task_id).

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 on when to use this tool versus list_tasks or other task operations. No prerequisites or exclusions are mentioned.

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

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