Skip to main content
Glama

Siigo MCP Server

by jdlar1

siigo_get_trial_balance_by_third

Generate trial balance reports filtered by third parties in Siigo accounting software. Specify date ranges, account codes, and tax difference inclusion to analyze financial data by customer.

Instructions

Get trial balance by third party report

Input Schema

NameRequiredDescriptionDefault
account_endNoEnding account code
account_startNoStarting account code
customerNoCustomer filter
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" }, "customer": { "description": "Customer filter", "type": "object" }, "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