Skip to main content
Glama

Weekly report

clockify_weekly_report
Read-only

Generate a weekly time report with rows per project or person and columns per day, filtering by tags, clients, projects, or users to track time allocation.

Instructions

The weekly grid: rows per project or person, columns per day. Needs a paid plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRange end, inclusive when a plain date is given
fromYesRange start: `2026-08-01`, `today`, or a full ISO instant
extraNoExtra fields merged into the request body, for filters without a dedicated argument
groupNoRows of the weekly grid (default PROJECT)
tag_idsNoLimit to these tags
billableNoOnly billable (true) or only non-billable (false)
subgroupNoWhat each cell shows (default TIME)
user_idsNoLimit to these users
client_idsNoLimit to these clients
project_idsNoLimit to these projects
workspace_idNoWorkspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace.
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive. The description adds the valuable 'Needs a paid plan' caveat, which warns about a potential failure mode, and describes the returned grid structure. It does not contradict the 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 extremely efficient: two short clauses that convey the core output format and a critical prerequisite. Every word adds value, with no filler or redundant repetition of schema/annotation information.

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

Completeness3/5

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

For a tool with 11 parameters, no output schema, and two sibling report tools, the description is adequate but sparse. It explains the grid layout and paid-plan requirement, but doesn't mention that it aggregates time entries, what the columns represent precisely, or how it relates to other report tools. The schema covers parameter details, but the description leaves out some high-level usage context.

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?

All 11 parameters are already fully documented in the schema with descriptions, so the baseline is 3. The description only adds minimal semantic context for group (rows per project/person) and subgroup (not explicitly, but implied), but does not explain filters, date ranges, or workspace handling beyond schema.

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 identifies the tool as producing a weekly grid with rows per project/person and columns per day. This specific structure distinguishes it from sibling report tools like clockify_summary_report and clockify_detailed_report, giving the agent a clear sense of what the output looks like.

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

Usage Guidelines3/5

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

The description gives the grid format and the paid-plan prerequisite, but does not explicitly state when to choose this tool over the other report tools (e.g., summary or detailed). No exclusions or alternative recommendations are provided, so usage context is only implied.

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