Skip to main content
Glama

Siigo MCP Server

by jdlar1

siigo_get_invoices

Retrieve invoice data from Siigo accounting software using filters for date ranges, pagination, and page size to manage financial records.

Instructions

Get list of invoices from Siigo

Input Schema

NameRequiredDescriptionDefault
created_endNoEnd date filter (YYYY-MM-DD)
created_startNoStart date filter (YYYY-MM-DD)
pageNoPage number
page_sizeNoNumber of items per page

Input Schema (JSON Schema)

{ "properties": { "created_end": { "description": "End date filter (YYYY-MM-DD)", "type": "string" }, "created_start": { "description": "Start date filter (YYYY-MM-DD)", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "page_size": { "description": "Number of items per page", "type": "number" } }, "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