Skip to main content
Glama

Autotask MCP Server

search_configuration_items

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

Instructions

Search for configuration items in Autotask with optional filters

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "companyID": { "description": "Filter by company ID", "type": "number" }, "isActive": { "description": "Filter by active status", "type": "boolean" }, "pageSize": { "description": "Number of results to return (default: 25, max: 500)", "maximum": 500, "minimum": 1, "type": "number" }, "productID": { "description": "Filter by product ID", "type": "number" }, "searchTerm": { "description": "Search term for configuration item name", "type": "string" } }, "required": [], "type": "object" }

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/asachs01/autotask-mcp'

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