Skip to main content
Glama
Tomi2k

TimeIQ MCP Server

by Tomi2k

timeiq_project_update_many

Update multiple projects simultaneously using a changeset. Safeguards prevent bulk actions exceeding 50 entries; use dry run to preview.

Instructions

Bulk update multiple projects. Safe-guarded for actions exceeding 50 entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
changesetYes
confirm_bulkNo
dry_runNo
Behavior3/5

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

Description discloses a safeguard for actions exceeding 50 entries, but does not elaborate on what happens (e.g., requires confirm_bulk, reject, or warning). No annotations exist to clarify read/write nature or side effects. Changeset is loose (additionalProperties) without constraints. Partial transparency.

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?

Two concise sentences with no redundant information. Front-loaded with the main action and a key behavioral note. Every word earns its place.

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?

Despite moderate complexity (4 params, nested object, no output schema), the description fails to explain return values, field constraints for changeset, or the role of optional parameters. The safeguard mention is positive but insufficient for complete understanding.

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?

Input schema has 4 parameters with 0% description coverage. Description only mentions safeguard, not the purpose of ids, changeset, confirm_bulk, or dry_run. Agent cannot infer that changeset is a set of project fields or that confirm_bulk is needed for large batches. Minimal added value.

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?

Description states 'Bulk update multiple projects', clearly specifying the verb (bulk update) and resource (projects). Distinguishes from sibling timeiq_project_update (single) by emphasizing 'multiple'. Also mentions safeguard for >50 entries, adding scope.

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?

Implied usage for bulk operations as opposed to single updates, but no explicit when-to-use or when-not-to-use. No mention of alternatives like timeiq_project_update or prerequisites. The safeguard hint provides some context but insufficient for decision-making.

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