Version2.0.0
Categoryfinance
AuthAPI key
Tools18
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Holded ERP — manage invoices, contacts, products, documents, and treasury via the Holded API.
02
Tools
18 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- create_contactCreate a new contact in Holded. Returns the created contact object.
- create_expenseCreate a new expense in Holded. Requires a contact ID and at least one line item.
- create_invoiceCreate a new invoice in Holded. Requires a contact ID and at least one line item.
- create_productCreate a new product in Holded. Returns the created product object.
- delete_contactDelete a contact from your Holded account.
- delete_invoiceDelete an invoice from your Holded account.
- get_contactGet detailed information about a specific Holded contact.
- get_invoiceGet detailed information about a specific Holded invoice.
- get_productGet detailed information about a specific Holded product.
- list_contactsList contacts from your Holded account. Returns customers, suppliers, and other contacts.
- list_expensesList expenses from your Holded account. Returns all expense documents.
- list_invoicesList invoices from your Holded account. Returns all sales invoices.
- list_productsList products from your Holded account. Returns all products and services.
- list_purchase_ordersList purchase orders from your Holded account. Returns all purchase order documents.
- list_treasury_accountsList treasury (bank) accounts from your Holded account. Shows balances and account details.
- update_contactUpdate an existing contact in Holded. Only provided fields are changed.
- update_invoiceUpdate an existing invoice in Holded. Only provided fields are changed.
- update_productUpdate an existing product in Holded. Only provided fields are changed.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
System secrets
API_KEY
Reading further
The manifest and the source for Holded live in the monorepo, alongside the other apps.