Skip to main content
Glama
haxos-anon

Autotask MCP Server

autotask_search_company_notes

Retrieve notes associated with a specific company by providing the company ID. Optionally set the number of results per page (up to 100).

Instructions

Search for notes on a specific company

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesThe company ID to search notes for
pageSizeNoNumber of results to return (default: 25, max: 100)
Behavior3/5

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

With no annotations provided, the description carries a moderate burden. It discloses the search operation but does not mention pagination behavior, sorting, or what happens if no notes are found. The input schema partially compensates by defining pageSize, but the description could be more transparent.

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, concise sentence that conveys the tool's purpose without any unnecessary words. It is well front-loaded.

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 simplicity (2 parameters, no output schema, no nested objects), the description is adequate but not complete. It lacks information about return format, filtering options if any, and additional context like whether it returns only active notes. For a search tool with a sibling for individual retrieval, more detail would improve completeness.

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 parameters are fully described in the input schema (100% coverage), so the description adds no additional meaning beyond the schema. The baseline score is 3, which is appropriate given that the schema already explains the required companyId and optional pageSize with constraints.

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 'Search for notes on a specific company' clearly states the action (search) and the resource (notes on a company). It distinguishes from sibling tools like autotask_create_company_note and autotask_get_company_note, making it clear what this tool does differently.

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 is provided on when to use this tool versus alternatives such as autotask_get_company_note for retrieving a single note. The description does not mention any constraints or prerequisites beyond the input schema.

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