Skip to main content
Glama

Get task worklogs

get_task_worklogs
Read-only

Retrieve all time-tracking worklogs for a given task, with each entry showing minutes, comment, work date, and author.

Instructions

Get time-tracking worklogs for a task. Each entry has id, minutes, comment, workedAt, and the author.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask UUID
Behavior4/5

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

Annotations already indicate readOnlyHint=true, and the description adds value by disclosing the exact fields returned (id, minutes, comment, workedAt, author). This goes beyond the safe-read signal and helps the agent understand the output shape. No contradictions with annotations.

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 front-loaded: two sentences, no redundant information. Every phrase serves a purpose, and the field list is useful without being verbose.

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 simple read-only retrieval with one well-documented parameter, the description is complete. It covers the return format (entry fields) and the core purpose. No output schema exists, but the field list compensates adequately. The annotations cover safety, and the schema covers parameters.

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?

The input schema fully describes the only parameter (task_id as a UUID with a description). The description does not add further parameter semantics, but with 100% schema coverage, the baseline of 3 is appropriate.

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 the tool's function with a specific verb ('Get') and resource ('time-tracking worklogs for a task'). It also lists the fields of each entry, which distinguishes it from related sibling tools like add_task_worklog or get_task_activity.

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 provides clear context that this tool is for retrieving time-tracking worklogs for a specific task. It does not explicitly name alternatives or exclusions, but the scope is unambiguous and sufficient for a simple getter tool.

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/gonnagetapower/kelvia-mcp'

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