get_time_entry
Fetch a single time entry by its unique ID, with optional workspace and hydrated details.
Instructions
Get a single time entry by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_entry_id | Yes | ||
| workspace_id | No | ||
| hydrated | No |
Fetch a single time entry by its unique ID, with optional workspace and hydrated details.
Get a single time entry by id.
| Name | Required | Description | Default |
|---|---|---|---|
| time_entry_id | Yes | ||
| workspace_id | No | ||
| hydrated | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description bears the full burden of behavioral disclosure. It does not mention any behavioral traits such as authentication needs, rate limits, or side effects. For a simple retrieval tool, the lack of such information is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, consisting of a single sentence with no unnecessary words. However, it sacrifices completeness for brevity, missing important details that would aid tool selection and invocation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has three parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain return values, parameter roles, or usage context, leaving the agent with insufficient information to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description adds no meaning to any of the three parameters. It does not explain the purpose of time_entry_id, workspace_id, or hydrated, leaving the agent without guidance on how to provide valid inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get a single time entry by id' clearly states the action (get) and the resource (time entry) with a specific identifier method (by id). It is unambiguous and directly communicates the tool's primary function, though it does not differentiate from sibling tools like list_time_entries.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as list_time_entries, or on prerequisites like required permissions. The description only states the basic action, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tracegazer/clockify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server