Norman Finance MCP Server

Official
MIT License
1

update_company_details

Modify company details such as name, address, tax ID, and more on the Norman Finance MCP Server to ensure accurate and up-to-date business information for accounting and tax filing.

Instructions

Update company information.

Input Schema

NameRequiredDescriptionDefault
activity_startNo
addressNo
cityNo
countryNo
nameNo
phoneNo
professionNo
tax_idNo
tax_stateNo
vat_idNo
zip_codeNo

Input Schema (JSON Schema)

{ "properties": { "activity_start": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Activity Start" }, "address": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Address" }, "city": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "City" }, "country": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Country" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "phone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Phone" }, "profession": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Profession" }, "tax_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tax Id" }, "tax_state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tax State" }, "vat_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Vat Id" }, "zip_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Zip Code" } }, "title": "update_company_detailsArguments", "type": "object" }
ID: akjl8hgv47