Skip to main content
Glama
crunchtools

MCP Request Tracker CrunchTools

by crunchtools

set_time_worked_tool

Update the total time worked on a specific Request Tracker ticket by providing the ticket ID and minutes to set.

Instructions

Set the total time worked on a ticket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minutesYesTotal time worked in minutes
ticket_idYesThe ticket ID number

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description must bear the full burden of behavioral disclosure. It does not mention whether this overwrites existing time, requires specific permissions, or how it interacts with other time-related fields. The word 'set' implies overwriting, but this is not explicit.

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?

The description is a single, concise sentence that directly communicates the tool's purpose. It contains no unnecessary words or filler, making it highly efficient.

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

Completeness3/5

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

The tool is relatively simple with two clearly documented parameters and an existing output schema, so the description does not need to explain return values. However, the lack of context about overwrite semantics versus add_time_worked_tool leaves some ambiguity for an agent deciding between tools.

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

Parameters3/5

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

The input schema provides full descriptions for both parameters (ticket_id and minutes), with minutes described as 'Total time worked in minutes'. The description reinforces this for minutes but adds no new semantic information beyond what the schema already states.

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

Purpose4/5

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

The description clearly states the tool's function: setting the total time worked on a ticket. The verb 'Set' and resource 'total time worked' are specific. However, it does not distinguish itself from the sibling tool 'add_time_worked_tool', which suggests a related but different operation.

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

Usage Guidelines2/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 such as add_time_worked_tool. There is no mention of prerequisites, context, or when this tool is preferred. The description is purely functional with no usage direction.

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/crunchtools/mcp-request-tracker'

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