Skip to main content
Glama
haxos-anon

Autotask MCP Server

autotask_create_ticket_checklist_item

Add a new item to a ticket's checklist. Specify the ticket ID, item name, optional position, and completion status.

Instructions

Add a new checklist item to a ticket.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketIdYesThe ticket ID to add the checklist item to
itemNameYesThe checklist item text
positionNoOptional ordering position for the item
isCompletedNoWhether the item starts in the completed state (default: false)
Behavior3/5

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

Annotations are absent, so the description must cover behavioral aspects. Description implies creation (mutation) but does not discuss side effects like return value, required permissions, or whether the item is appended by default. It's minimally transparent.

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?

Single sentence, no fluff, gets straight to the point. Perfectly concise.

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?

Given no output schema and four parameters, the description is adequate but minimal. It doesn't explain that the checklist item is added to the existing ticket checklist, or how position works. Completeness is average.

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?

Schema description coverage is 100%, so each parameter has a description in the schema. The description adds no extra meaning beyond 'add a new checklist item'. Baseline score of 3 is appropriate.

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?

Description clearly states the verb 'add' and the resource 'checklist item' and its parent 'ticket'. The purpose is easily understood and distinct from siblings, as sibling names show different actions like 'delete_ticket_checklist_item' and 'search_ticket_checklist_items'.

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 on when to use this tool versus alternatives. For example, it doesn't mention that you need an existing ticket or that position is optional. No comparison with update or delete checklist items.

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/haxos-anon/autotask-mcp1'

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