Skip to main content
Glama

xero_update_tracking_category

Updates a tracking category in Xero to reorganize financial data and improve reporting accuracy.

Instructions

Xero connector operation update_tracking_category (platform tool xero.update_tracking_category).

Routes through /api/tools/invoke under your JWT, tenant, and company scope.

Args: arguments: JSON string of arguments for the connector operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 any behavioral traits such as required permissions, whether the update is destructive, or any side effects. The description only states it is a 'connector operation,' which is insufficient for understanding behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains two redundant sentences: the first sentence is a tautology (repeats the tool name and title), and the second about routing is not useful for selecting or invoking the tool. The third sentence is necessary but vague. The structure wastes space on non-essential information.

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

Completeness2/5

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

Despite having an output schema (not shown), the description lacks critical context: it does not explain what fields are required in the arguments (e.g., TrackingCategoryID), what can be updated (e.g., name, status), or how the update behaves. For an update operation, this is incomplete and leaves the agent guessing.

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

Parameters1/5

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

Schema description coverage is 0%. The only parameter, 'arguments', is described as a 'JSON string of arguments for the connector operation,' which adds no meaningful structure or field details. The agent cannot determine what keys or values are expected to update a tracking category.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'update tracking category' which aligns with the tool name and distinguishes it from create or list operations, but it fails to specify what specific aspects of a tracking category can be updated (e.g., name, status). Compared to sibling tools like xero_update_tracking_options, the purpose is somewhat clear but lacks specificity.

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 like xero_create_tracking_category or xero_update_tracking_options. The description does not include any usage context, prerequisites, or exclusions, leaving the agent without direction.

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/RPasquale/lightbulb-mcp'

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