Skip to main content
Glama
TICnine

Autotask MCP Server

by TICnine

autotask_search_configuration_items

Search for configuration items in Autotask using filters like company ID, product ID, or active status to locate specific assets and resources.

Instructions

Search for configuration items in Autotask with optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchTermNoSearch term for configuration item name
companyIDNoFilter by company ID
isActiveNoFilter by active status
productIDNoFilter by product ID
pageSizeNoNumber of results to return (default: 25, max: 500)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.18.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are present, so the description must fully disclose behavioral traits. It only states 'search' with optional filters, omitting details like pagination behavior, read-only nature, or result limits (though pageSize parameter exists in schema). This is insufficient for an AI agent to understand side effects or constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence with no unnecessary words. It is appropriately concise, though it could potentially add more value without sacrificing brevity.

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

Completeness2/5

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

Given 5 optional parameters and no output schema, the description lacks completeness. It does not explain the search behavior (e.g., partial matching, case sensitivity), result ordering, or how to interpret results. This leaves significant gaps for an agent to use effectively.

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 the baseline is 3. The description adds no additional meaning beyond 'optional filters', repeating what the schema already provides. It does not explain how filters combine (e.g., AND logic) or provide examples.

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 action ('Search') and the resource ('configuration items in Autotask'), with mention of optional filters. However, it does not differentiate this from numerous sibling search tools, relying solely on the name for distinction.

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?

The description provides no guidance on when to use this tool versus alternatives like autotask_search_companies or autotask_search_products. There is no mention of when not to use or context for appropriate usage.

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