Skip to main content
Glama
asachs01

Autotask MCP Server

autotask_search_products

Find Autotask products by name or filter by active status, returning up to 100 results per page.

Instructions

Search for products with optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchTermNoSearch term for product name
isActiveNoFilter by active status
pageSizeNoNumber of results to return (default: 25, max: 100)
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states 'search with optional filters', but does not mention read-only nature, default ordering, pagination, or behavior when no filters are applied. The expected output format is also absent. This is insufficient for a tool with no annotations.

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 very short and to the point, consisting of a single phrase. While concise, it could include slightly more context without becoming verbose. The purpose is clear, earning a high score for conciseness.

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 the tool's low complexity (3 optional parameters, no output schema), the description is minimally adequate. It conveys the core purpose but lacks usage guidance and behavioral details that would fully contextualize the tool for an agent. A score of 3 reflects this balance.

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?

All three parameters have descriptions in the input schema (100% coverage). The tool description adds no extra semantic information beyond what the schema already provides; it merely restates the concept of optional filters. Baseline score of 3 is appropriate.

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 'Search' and the resource 'products', and specifies that filters are optional. It effectively distinguishes from sibling 'search_*' tools that target different entities and from 'get_product' for single product retrieval.

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_get_product' or other search tools. It does not specify search behavior (e.g., partial matching) or prerequisites, leaving the agent without context for appropriate invocation.

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

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