Skip to main content
Glama

autotask_update_company_site_configuration

Update site configuration record fields by passing the record ID and an updates object. First retrieve available fields using autotask_get_company_site_configuration.

Instructions

Update fields on a company site configuration record. The set of available fields is tenant-defined, so callers should first call autotask_get_company_site_configuration to discover the available field names and current values for the company. Pass the site configuration record id (not the company id) along with an updates object containing the fields to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe company site configuration record ID to update (obtained from autotask_get_company_site_configuration).
updatesYesObject containing the site configuration fields to update. Field names are tenant-specific.
Behavior3/5

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

No annotations provided, so description carries full burden. It states that fields are updated but does not disclose permissions needed, whether updates are additive or replace the entire object, or what the return value is. Some transparency is present, but gaps remain.

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?

Three sentences efficiently convey purpose, prerequisites, and parameter usage. No unnecessary words, and critical information is front-loaded.

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 no annotations or output schema, the description adequately covers the tool's purpose, parameter nuances, and prerequisite step. It could mention return value or error handling, but overall is fairly complete for a moderate-complexity update tool.

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?

Schema coverage is 100%, baseline 3. Description adds value by explaining that the updates field is tenant-specific and that the ID is the site configuration record ID, not company ID—details not fully captured in schema descriptions.

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 updates fields on a company site configuration record. It specifies the resource and verb, and distinguishes from sibling tools by emphasizing tenant-defined fields and the need to call a getter first.

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

Usage Guidelines5/5

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

Explicitly advises callers to first call autotask_get_company_site_configuration to discover field names and values. Also clarifies to pass the site configuration record ID, not the company ID, providing clear when-to-use and what-not-to-do guidance.

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

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