Skip to main content
Glama
Tomi2k

TimeIQ MCP Server

by Tomi2k

timeiq_time_create_overbook

Create time entries that may exceed project budgets and receive instant budget usage feedback.

Instructions

Create a time entry that might exceed the project budget, and get immediate budget usage feedback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
project_idYes
start_timeNo
end_timeNo
durationNo
notesNo
is_billableNo
service_idNo
timeZoneNo
dry_runNo
requesting_slack_idNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions budget feedback, but omits important details like the effect of 'dry_run', required permissions, and whether the action is actually destructive (it creates a time entry).

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?

The description is a single concise sentence, but its brevity sacrifices necessary detail. It is efficient but could benefit from a more structured format listing key parameters or behavior.

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 11 parameters, no output schema, and no annotations, the description leaves significant gaps. It does not explain required parameters, the return format, or how to properly use the tool for testing with 'dry_run'. The agent lacks sufficient context to invoke it correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no explanation for any of the 11 parameters, such as 'dry_run', 'timeZone', or 'requesting_slack_id'. It fails to clarify what parameters do beyond their names.

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 'Create a time entry' with a specific purpose: overbook budget and get immediate feedback. This distinguishes it from siblings like timeiq_time_create.

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 use when budget might be exceeded and feedback is desired, but does not explicitly contrast with alternatives like timeiq_time_create or state when not to use it.

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/Tomi2k/timeiq-mcp'

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