Skip to main content
Glama
onozaty

Redmine MCP Server

by onozaty

getTimeEntryActivities

Read-only

Retrieve a list of time entry activities from Redmine in JSON or XML format.

Instructions

List time entry activities

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathParamsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.0

TDQS

D1.8/5.0
Behavior2/5

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

The annotation readOnlyHint=true already declares this a read-only operation, so that is covered. However, the description adds no further behavioral context—no mention of output format, pagination, or the nature of 'activities'. With annotations present, the description provides minimal added value.

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

Conciseness2/5

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

The description is extremely short, which is technically concise, but it omits essential information. It is under-specified rather than appropriately concise, lacking any detail beyond the basic action.

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 has only one parameter, no output schema, and sits among many similar siblings, the description should clarify what 'time entry activities' are and when to use this tool. It provides none of that, leaving the agent without enough context to select or 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?

The schema documents a single 'format' parameter with an enum of json and xml, but the description does not mention it. With schema description coverage at 0%, the description fails to compensate by explaining the parameter's meaning or usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'List time entry activities' states a clear verb and resource, but it does not distinguish what 'activities' means relative to the sibling 'getTimeEntries'. While it names the operation, it is vague about the specific entity being listed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

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 like getTimeEntries or other listing tools. There is no mention of context, exclusions, or prerequisites, leaving the agent to guess.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.