Skip to main content
Glama
TICnine

Autotask MCP Server

by TICnine

autotask_search_billing_item_approval_levels

Search billing item approval levels to view tiered approval workflows for Autotask time entries. Filter by time entry ID, approver, level, or date range to track multi-level approval records.

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
timeEntryIdNoFilter by time entry ID
approvalResourceIdNoFilter by approver resource 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)
pageNoPage number for pagination (default: 1)
pageSizeNoResults per page (default: 25, max: 500)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.18.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as read-only nature, authentication requirements, rate limits, or pagination behavior. For a search tool, basic transparency about idempotency or side effects is missing.

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 two sentences, concise and front-loaded with the core purpose. It avoids fluff but could optionally add a brief note about filtering or pagination to improve utility without significant length.

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 7 optional parameters, no output schema, and no annotations, the description is minimally adequate. It explains what the tool does but lacks information about return format, default behaviors, or integration with time entries. Schema covers parameters but not overall context.

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 7 parameters have full descriptions in the input schema (100% coverage), so the description adds no additional meaning beyond what the schema already provides. 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 it searches for billing item approval levels and explains they are multi-level approval records for time entries, differentiating it from sibling search tools like search_billing_items or search_time_entries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for searching approval records but does not explicitly state when to use this tool versus alternatives like search_billing_items or search_time_entries. No usage exclusions or comparisons are provided.

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