Skip to main content
Glama
crisgon0295

Siigo MCP Server

by crisgon0295

Get Account Groups

siigo_get_account_groups
Read-only

Retrieve inventory classification groups (account groups) from Siigo to organize accounts for accounting and inventory management.

Instructions

Get inventory classification groups (account groups) catalog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it's safe and non-destructive. The description adds 'catalog', which implies a list of items, but does not disclose further behavioral traits like pagination or output format. With annotations covering the key safety profile, a 3 is appropriate.

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, front-loaded, with no wasted words. It efficiently conveys the tool's purpose.

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

Completeness5/5

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

For a simple catalog retrieval with no parameters and annotations covering safety, the description is complete. It tells the agent exactly what the tool does, and no additional context is necessary.

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?

There are no parameters, and the schema coverage is 100% (empty). The description does not need to add parameter details. Baseline for 0 parameters is 4.

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 the tool retrieves the inventory classification groups (account groups) catalog. The verb 'Get' and the specific resource 'account groups' are explicit, and it distinguishes from siblings like siigo_get_warehouses or siigo_get_products.

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 provides no explicit usage guidance or mention of alternatives. However, given the tool has no parameters and is a simple catalog retrieval, the implied use case is straightforward, but it lacks when-not-to-use or context for when to choose this over other catalog tools.

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/crisgon0295/siigo-mcp-ferriperfiles'

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