Tools
| Name | Description |
|---|---|
pingCheck Quaderno API connectivity. | Check Quaderno API connectivity. |
calculate_tax_rateCalculate a tax rate using Quaderno tax evidence fields. | Calculate a tax rate using Quaderno tax evidence fields. |
create_transactionCreate a Quaderno transaction for tax compliance evidence and reporting. | Create a Quaderno transaction for tax compliance evidence and reporting. |
list_contactsList Quaderno contacts. | List Quaderno contacts. |
create_contactCreate a Quaderno contact. | Create a Quaderno contact. |
get_contactRetrieve a Quaderno contact. | Retrieve a Quaderno contact. |
list_productsList Quaderno products. | List Quaderno products. |
create_productCreate a Quaderno product. | Create a Quaderno product. |
get_productRetrieve a Quaderno product. | Retrieve a Quaderno product. |
list_invoicesList Quaderno invoices. | List Quaderno invoices. |
create_invoiceCreate a Quaderno invoice. | Create a Quaderno invoice. |
get_invoiceRetrieve a Quaderno invoice. | Retrieve a Quaderno invoice. |
list_creditsList Quaderno credit notes. | List Quaderno credit notes. |
create_creditCreate a Quaderno credit. | Create a Quaderno credit. |
get_creditRetrieve a Quaderno credit. | Retrieve a Quaderno credit. |
void_creditVoid a Quaderno credit note. | Void a Quaderno credit note. |
list_webhooksList Quaderno webhooks. | List Quaderno webhooks. |
create_webhookCreate a Quaderno webhook. | Create a Quaderno webhook. |
delete_webhookDelete a Quaderno webhook. | Delete a Quaderno webhook. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('quaderno', 'ping', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'quaderno',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Quaderno to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Quaderno support?
Quaderno supports 19 tools including Ping, Calculate Tax Rate, Create Transaction, List Contacts, Create Contact, and more.
Can I use Quaderno with AI agents?
Yes. Add Quaderno to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Quaderno be used in stateful agent workflows?
Yes. Agents can combine Quaderno tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Quaderno use?
Quaderno uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Quaderno integration cost?
The Quaderno integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Quaderno in minutes
Get 20,000 free action executions every month. No credit card required.