Skip to main content
Glama
ThatDayneGuy

Autotask MCP Server

by ThatDayneGuy

autotask_update_contract_service

Update existing contract service lines by specifying the contract ID and record ID, along with any fields to modify.

Instructions

Update an existing ContractService line on a Contract. Pass only fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesContractService record ID to update
unitCostNoUnit cost for the service line
serviceIDNoService catalog ID
unitPriceNoUnit price for the service line
contractIDYesParent Contract ID
quoteItemIDNoOriginating quote item ID
adjustedPriceNoAdjusted price
invoiceDescriptionNoOverride invoice description for this line
internalCurrencyUnitPriceNoUnit price in internal currency

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.18.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It states the update action and partial update behavior, but does not disclose permissions, return value, or error handling. This is adequate but not comprehensive.

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 sentence of 14 words, front-loaded with the action and resource. No unnecessary words or 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?

Given the tool's simplicity (update, 9 params, no output schema), the description is sufficient. It specifies the operation and a usage hint. However, it lacks details on return data and prerequisites.

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% with individual property descriptions. The description adds the key instruction to pass only fields to change, which informs usage of optional parameters, adding value 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 verb 'Update' and the resource 'an existing ContractService line on a Contract'. It is specific and distinguishes this tool from sibling update tools for other entities.

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 description instructs to 'Pass only fields you want to change', implying partial updates. It does not explicitly contrast with alternative tools (e.g., create), but the context is clear for an update operation.

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