Skip to main content
Glama
Tomi2k

TimeIQ MCP Server

by Tomi2k

timeiq_expense_update_many

Update multiple expense entries in bulk with a safety limit of 50 entries per request, using a changeset and optional confirmation or dry run.

Instructions

Update multiple expense entries. Safe-guarded for actions exceeding 50 entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
changesetYes
confirm_bulkNo
dry_runNo
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 a 'safe-guard for actions exceeding 50 entries' but does not explain whether this triggers a confirmation, limits the update, or has other effects. It also omits details on permissions, atomicity, or error handling.

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 concise with two sentences, and the first sentence clearly states the action. However, it could be more front-loaded by immediately mentioning the safeguard. No wasteful repetition.

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

Completeness1/5

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

Given the tool's complexity (4 parameters, nested object, no output schema), the description is woefully incomplete. It fails to explain the role of each parameter, the safeguard mechanism, expected behavior, or return values. This leaves an agent without sufficient guidance.

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%, yet the description adds no meaning to any parameter. It does not explain the 'changeset' object (what fields are allowed), the purpose of 'confirm_bulk' and 'dry_run', or how 'ids' are used. This is a critical gap.

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 'Update multiple expense entries', specifying the verb and resource. The mention of 'safe-guarded for actions exceeding 50 entries' distinguishes it from the single entry update tool (timeiq_expense_update) and bulk delete tool (timeiq_expense_delete_many).

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 implies usage for bulk updates with a safeguard for large batches, but it does not explicitly state when to use this tool over alternatives or provide exclusions. The sibling tools (e.g., timeiq_expense_update) provide context for differentiation.

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