Skip to main content
Glama

Siigo MCP Server

by jdlar1

siigo_get_trial_balance

Generate trial balance reports from Siigo accounting software by specifying date ranges, account codes, and tax difference inclusion for financial analysis.

Instructions

Get trial balance report

Input Schema

NameRequiredDescriptionDefault
account_endNoEnding account code
account_startNoStarting account code
includes_tax_differenceYesInclude tax differences
month_endYesEnding month (1-13)
month_startYesStarting month (1-13)
yearYesYear

Input Schema (JSON Schema)

{ "properties": { "account_end": { "description": "Ending account code", "type": "string" }, "account_start": { "description": "Starting account code", "type": "string" }, "includes_tax_difference": { "description": "Include tax differences", "type": "boolean" }, "month_end": { "description": "Ending month (1-13)", "type": "number" }, "month_start": { "description": "Starting month (1-13)", "type": "number" }, "year": { "description": "Year", "type": "number" } }, "required": [ "year", "month_start", "month_end", "includes_tax_difference" ], "type": "object" }

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

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