ZohoBooks_create_chart_of_account

ZohoBooks_create_chart_of_account

I'm setting up Claude to do my bookkeeping workflows using a Zoho MPC server I setup. He does not seem to be able to create a chart of account. The 'create chart of account' tool is added to the server and enabled in Claude.

I asked Claude to give me the tool call and this is what he said ...

Chart of Account Creation (both attempts, same params):

ZohoBooks_create_chart_of_account
body: {
"account_name": "Feed - Chickens",
"account_type": "expense",
"description": "Layer and other feed for chicken operation",
"parent_account_id": "<parent account id>"
}
query_params: { "organization_id": "<my org id>" }
→ Error 57: "You are not authorized to perform this operation"
Where ...
  1. <parent account id> = the actual parent account id
  2. <my org id> = my actual org id.
I removed them just in case there is some security issue but, the org id and account id's in general are being used for other operations.

How can I get Claude past this?