Skip to main content
Glama
RosenAdvertising

bill4time-mcp

list_time_entries_for_date_range

Retrieve time entries recorded within a specified date range in YYYY-MM-DD format, with optional limit on results.

Instructions

List time entries within a date range (YYYY-MM-DD format).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
end_dateYes
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states the basic purpose and date format, omitting details on authentication, rate limits, pagination, or what happens when no entries exist. Minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence efficiently conveys the main action and date format. It is front-loaded but could include a second sentence to improve completeness without significant bloat.

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

Completeness2/5

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

Given the tool's low complexity and the presence of an output schema, the description should still cover key aspects like the optional 'top' parameter (likely for pagination) and any behavioral characteristics. It falls short, leaving an agent underinformed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description should compensate. It partially clarifies date format for start_date and end_date but completely omits the 'top' parameter, leaving its purpose and semantics undocumented.

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 action ('List'), the resource ('time entries'), and the scope ('within a date range'), with the date format explicitly specified. It effectively distinguishes itself from sibling tools like list_time_entries by adding the date range filter.

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 implies that this tool is for date range queries but does not provide explicit guidance on when to use it vs. alternatives like list_time_entries or other filtered lists. No when-not or alternative tool references are given.

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/RosenAdvertising/bill4time-mcp'

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