Skip to main content
Glama

get_hourly_productivity

Analyze hourly productivity patterns to identify peak performance times and schedule focused work sessions effectively.

Instructions

Get productivity breakdown by hour.

Args: date_str: Date to query - 'today', 'yesterday', or 'YYYY-MM-DD'

Shows when during the day you were most/least productive. Useful for identifying peak productivity hours and scheduling deep work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_strNotoday

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the tool 'Shows when during the day you were most/least productive' which gives some behavioral context about the output format. However, it doesn't disclose important behavioral traits like whether this is a read-only operation, what permissions might be required, whether data is real-time or cached, or any rate limits. For a tool with zero annotation coverage, this leaves significant gaps.

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 perfectly structured and concise. It begins with the core purpose, provides parameter documentation in a clear 'Args:' section, then adds usage context. Every sentence earns its place, with no wasted words or redundant information. The information is front-loaded with the most important details first.

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 that there's an output schema (which handles return values), 1 parameter, and no annotations, the description does a reasonably complete job. It explains the tool's purpose, documents the parameter, and provides usage context. The main gap is the lack of behavioral transparency about permissions, data freshness, or operational constraints, which would be important for a productivity tracking tool.

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 description explicitly documents the single parameter 'date_str' with its allowed values ('today', 'yesterday', or 'YYYY-MM-DD'), which adds crucial meaning beyond the schema's 0% description coverage. However, with only 1 parameter total, the baseline expectation is higher. The description compensates well for the schema's lack of documentation but doesn't provide additional context about parameter behavior beyond the basic format.

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?

The description clearly states the tool's purpose: 'Get productivity breakdown by hour' specifies the verb ('Get') and resource ('productivity breakdown by hour'). It distinguishes from siblings like 'get_today_summary' by focusing on hourly granularity rather than daily summaries, though it doesn't explicitly contrast with all siblings like 'get_category_breakdown' or 'get_productivity_trend'.

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 for when to use the tool: 'Useful for identifying peak productivity hours and scheduling deep work.' This gives practical application guidance. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools, which would be needed for a perfect score.

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/JasonBates/rescuetime-mcp'

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