Skip to main content
Glama
thriveventurelabs

AccountsOS MCP Server

Official

Get Chart Of Accounts

get_chart_of_accounts
Read-onlyIdempotent

Retrieve account categories and codes from your chart of accounts. Filter by type to categorize transactions.

Instructions

List account categories (chart of accounts). Use when the user asks about their chart of accounts, account codes, or available categories for categorizing transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by type: income, expense, asset, liability, equity, cost_of_sales

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no additional behavioral context beyond the schema and annotations, such as response shape, ordering, or any side effects. It does not contradict the annotations.

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 just two sentences and wastes no words. The first sentence states the core operation, and the second gives concrete user-intent triggers. It is properly front-loaded and easy to scan.

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?

For a simple read-only list tool with full schema coverage and clear safety annotations, the description is nearly complete. The only gap is that it does not describe the return format, but the absence of an output schema and the low complexity make this a minor omission.

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?

The schema has 100% coverage for the single optional 'type' parameter, including its possible values. The description does not add any meaning beyond what the schema already provides, which aligns with the baseline of 3 for high schema coverage.

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 states a clear action and resource: 'List account categories (chart of accounts).' It also expands on the meaning via 'account codes' and 'available categories for categorizing transactions.' However, it does not explicitly distinguish itself from the sibling tool 'list_categories', so it misses the top score for sibling differentiation.

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

Usage Guidelines4/5

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

The description gives explicit trigger conditions: 'Use when the user asks about their chart of accounts, account codes, or available categories for categorizing transactions.' This is practical and direct, but it does not mention when not to use it or point to an alternative tool, so it falls short of a 5.

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