Skip to main content
Glama
haxos-anon

Autotask MCP Server

by haxos-anon

autotask_delete_ticket_charge

Delete a specific charge from a ticket in Autotask PSA by providing the parent ticket ID and charge ID.

Instructions

Delete a ticket charge by ID. Requires both the parent ticket ID and charge ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketIdYesThe parent ticket ID
chargeIdYesThe charge ID to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.18.0

TDQS

A3.8/5.0
Behavior3/5

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

Without annotations, the description carries the burden. It indicates a destructive action but does not disclose potential side effects, authorization requirements, or irreversibility. The lack of annotations makes this a gap.

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, clear sentence without any unnecessary words, efficiently conveying the essential information.

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

Completeness4/5

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

For a simple deletion tool with no output schema, the description covers the required parameters and basic action. However, it could mention the success response or confirmation behavior to be fully complete.

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 already describes both parameters with 100% coverage. The description adds that both are required and for the parent charge, but offers little extra meaning beyond the schema.

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 (delete), the resource (ticket charge), and the requirement for both ticket ID and charge ID, distinguishing it from other ticket-related operations like create or update.

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?

It specifies the need for both IDs, giving a prerequisite, but does not provide guidance on when to use delete instead of update or other alternatives, nor does it mention how to obtain the IDs.

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

Deploy Server

Other Tools