Skip to main content
Glama
crunchtools

MCP Request Tracker CrunchTools

by crunchtools

complete_weekly_checklist_tool

Completes weekly checklist tickets in Request Tracker by taking ownership, submitting results, logging time, and marking tickets resolved. Provides a structured close-out process.

Instructions

Complete a weekly checklist ticket with results.

This is a workflow shortcut that:

  1. Takes ownership of the ticket

  2. Opens the ticket

  3. Adds correspondence with checklist results

  4. Adds time worked (if specified)

  5. Adds a "Completed" comment

  6. Resolves the ticket

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesUsername taking the ticket
ticket_idYesThe ticket ID number
time_minutesNoTime spent on checklist (optional)
checklist_resultsYesThe checklist completion results

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description fully carries the burden of transparency. It enumerates all six behavioral steps, including 'adds time worked (if specified)' and 'resolves the ticket,' which are critical side effects. It does not reveal error handling, permission requirements, or idempotency, but the core behavior is clearly disclosed.

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 opens with a one-sentence summary, followed by a six-item numbered list that precisely outlines the workflow. Every sentence earns its place; there is no fluff or redundant repetition. The structure is highly scannable and front-loaded.

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

Completeness5/5

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

Given that this is a multi-step workflow tool, the description provides a complete and explicit sequence of actions. The output schema exists, so return values are covered elsewhere. The description fully explains the tool's operational scope and side effects, making it self-sufficient for an agent selecting and invoking the tool.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description exceeds this by mapping parameters to workflow steps: 'owner' is used to take ownership, 'checklist_results' go into correspondence, and 'time_minutes' becomes time worked. This adds workflow context beyond simple field definitions, enhancing the agent's understanding of how each parameter is consumed.

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 the action: 'Complete a weekly checklist ticket with results.' It lists six specific steps, making the tool's purpose unambiguous. It distinguishes itself from sibling tools by framing itself as a 'workflow shortcut' that combines ownership, correspondence, time entry, commenting, and resolution into one operation, which no single sibling tool does.

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 phrase 'workflow shortcut' implies this tool is used as an alternative to calling multiple sibling tools (e.g., take_ticket_tool, resolve_ticket_tool) in sequence. The description clarifies the targeted use case: completing weekly checklist tickets. However, it does not explicitly state when NOT to use it or mention alternative tools, so I deduct one point.

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