Skip to main content
Glama

everhour_list_time_records

List time records from Everhour filtered by project, assignee, or date range to monitor team productivity.

Instructions

List time records from Everhour. Supports filtering by project, assignee, and date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date for filtering (YYYY-MM-DD format)
fromNoStart date for filtering (YYYY-MM-DD format)
pageNoPage number for pagination (default: 1)
limitNoNumber of time records per page (default: 100)
projectNoFilter time records by project ID
assigneeNoFilter time records by assignee user ID
Behavior2/5

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

With no annotations provided, the description must disclose safety and behavior. It only states 'List time records' without mentioning pagination behavior, default limits, or how unfiltered queries behave. This leaves the agent uncertain about impact of broad queries.

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 a single concise sentence that front-loads the core action and filtering capability, with no wasted words.

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?

Given no output schema and no annotations, the description covers the basic purpose and filter options but lacks information on return format, pagination, and potential limitations. It is adequate for a simple list tool but could be more thorough.

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 six parameters are fully documented in the schema (100% coverage), so the description adds little beyond restating the filter options. The baseline of 3 is appropriate given schema completeness.

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 uses a specific verb 'List' with the resource 'time records' and mentions filtering capabilities, clearly distinguishing it from create/update/delete operations. However, it does not explicitly differentiate from sibling 'get_user_time' which might also list time records.

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?

Provides clear context that this tool lists time records with optional filters for project, assignee, and date range. It does not explicitly state when not to use it or point to alternatives, but the context is sufficient for a typical list operation.

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/stefanskiasan/everhour-mcp-server'

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