Skip to main content
Glama
haxos-anon

Autotask MCP Server

autotask_execute_tool

Execute any Autotask tool by its name after discovering available tools with autotask_list_category_tools. Use this to run actions like searching tickets or creating time entries via Autotask PSA.

Instructions

Execute any Autotask tool by name. Use after discovering tools via autotask_list_category_tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNameYesThe tool name to execute (e.g., "autotask_search_tickets")
argumentsNoArguments to pass to the tool
Behavior3/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It states it executes a tool but does not detail side effects (e.g., whether this is a read or write operation, idempotency, error handling). With no annotations, a 3 is reasonable given the context.

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?

The description is a single sentence that conveys the core purpose and a key usage hint. No extraneous words; every part earns its place. It is front-loaded with the main action.

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

Completeness4/5

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

Given the tool's simplicity (executor pattern) and the high schema coverage, the description is sufficient. It does not cover return values, but no output schema is provided. The context of sibling tools and the discovery prerequisite add enough completeness for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for both parameters, and the description does not add extra semantics beyond naming the parameters. The description succinctly indicates the purpose of toolName (the tool to execute) and arguments (arguments to pass), which aligns with the schema. Since coverage is high, a 4 is appropriate.

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 that the tool executes any Autotask tool by name, which is a specific verb+resource combination. It also provides a prerequisite (discovering tools via autotask_list_category_tools), helping distinguish it from the many sibling tools that perform specific CRUD operations.

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 mentions using it after discovering tools via autotask_list_category_tools, which implies a use case, but does not explicitly state when not to use it or provide alternative tools. It is adequate but lacks depth.

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/haxos-anon/autotask-mcp1'

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