Skip to main content
Glama
ThatDayneGuy

Autotask MCP Server

by ThatDayneGuy

autotask_search_billing_item_approval_levels

Search billing item approval levels to find multi-level approval records for Autotask time entries, providing visibility into tiered approval workflows.

Instructions

Search for billing item approval levels. These describe multi-level approval records for Autotask time entries, enabling visibility into tiered approval workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
pageSizeNoMax 500
timeEntryIdNoFilter by time entry ID
approvalLevelNoFilter by approval level (1, 2, 3, etc.)
approvedAfterNoFilter approvals on or after this date (ISO format)
approvedBeforeNoFilter approvals on or before this date (ISO format)
approvalResourceIdNoFilter by approver resource ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.18.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It only states the tool 'searches' but does not reveal important traits like read-only nature, pagination behavior, authentication needs, or potential side effects. The description adds minimal transparency beyond the implicit search action.

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?

Two concise sentences with the purpose front-loaded. No redundant or filler content. Every word contributes to understanding.

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?

Lacks details on return format (no output schema), pagination defaults, or how parameters combine. While the purpose is clear, a more complete description would mention that results include approval level, approver, timestamps, etc. Given the tool has 7 parameters and zero required, the description is minimally adequate.

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 86%, so most parameters are already documented with filters (e.g., timeEntryId, approvalLevel). The description adds no additional meaning beyond what the schema provides, making it adequate but not compensatory for the 14% gap. 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 tool searches for billing item approval levels, which are multi-level approval records for Autotask time entries. This verb+resource combination is specific and distinguishes it from sibling tools like autotask_search_billing_items which searches billing items generally.

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?

No guidance on when to use this tool versus alternatives such as autotask_search_billing_items or autotask_search_time_entries. The description lacks exclusions, prerequisites, or context about the search scope.

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