Skip to main content
Glama
nubiia-dev
by nubiia-dev

list_project_times_by_project

Retrieve time-tracking entries for a specific Holded project. Filter by date range, approval status, and optionally flatten the output with pre-computed hours.

Instructions

List time-tracking entries for a single Holded project (Projects API). Returns a one-element array holding the project and its filtered timeTracking[] entries; set flatten: true to get a flat list of entries with hours pre-computed instead. Supports the same date-range and approved-only filters as list_project_times. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNoKeep only entries on or before this date (YYYY-MM-DD, inclusive)
flattenNoReturn a flat array of entries (each with projectId, projectName, and hours = duration/3600) instead of the nested structure. Default: false
projectIdYesThe Holded project ID
startDateNoKeep only entries on or after this date (YYYY-MM-DD, inclusive)
approvedOnlyNoKeep only approved entries (approved === 1). Default: false
Behavior4/5

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

Without annotations, the description carries the burden of behavioral disclosure. It explicitly states 'Read-only' and describes the return format (one-element array vs flat list with hours pre-computed). This is sufficient for a straightforward list operation, though it could mention permissions or limits.

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 extremely concise with two sentences. The first sentence clearly states purpose and return structure, and the second adds parameter behavior. No unnecessary words or repetition.

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?

Given no output schema, the description explains the return format and filter options. It also declares read-only status. For a tool with 5 parameters and no nested objects, this is fairly complete, though it could mention that projectId is required (already in schema).

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 coverage is 100%, so each parameter has a description. The tool description adds meaning by explaining the 'flatten' parameter's effect on output structure and the filter similarities to 'list_project_times'. This goes beyond the schema alone.

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 verb 'List' and the resource 'time-tracking entries for a single Holded project'. It differentiates from sibling tools like 'list_project_times' by specifying it works for a single project and mentions a distinct return format with 'flatten'.

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 context on when to use this tool versus 'list_project_times' by indicating it is for a single project and supports similar filters. However, it does not explicitly state when not to use it or mention alternatives, but the contrast with the sibling is helpful.

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/nubiia-dev/mcp-holded'

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