Skip to main content
Glama

Siigo MCP Server

by jdlar1

siigo_update_customer

Modify existing customer information in the Siigo accounting system by providing the customer ID and updated data fields.

Instructions

Update an existing customer

Input Schema

NameRequiredDescriptionDefault
customerYesCustomer data to update
idYesCustomer ID

Input Schema (JSON Schema)

{ "properties": { "customer": { "description": "Customer data to update", "type": "object" }, "id": { "description": "Customer ID", "type": "string" } }, "required": [ "id", "customer" ], "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