Tools
| Name | Description |
|---|---|
request_tin_validationRequest a Fonoa Lookup v2 tax identifier validation for a country and TIN. | Request a Fonoa Lookup v2 tax identifier validation for a country and TIN. |
get_tin_validationRetrieve a Fonoa Lookup v2 validation result by validation ID. | Retrieve a Fonoa Lookup v2 validation result by validation ID. |
request_tin_searchRequest a Fonoa tax identifier search when the full TIN is not already known. | Request a Fonoa tax identifier search when the full TIN is not already known. |
calculate_taxCalculate indirect tax with the Fonoa Tax v2 calculation API. | Calculate indirect tax with the Fonoa Tax v2 calculation API. |
submit_transactionSubmit a transaction for Fonoa digital reporting or e-invoicing workflows. | Submit a transaction for Fonoa digital reporting or e-invoicing workflows. |
get_transaction_operationRetrieve a Fonoa transaction operation by operation ID. | Retrieve a Fonoa transaction operation by operation ID. |
cancel_transactionRequest cancellation for a reported Fonoa transaction. | Request cancellation for a reported Fonoa transaction. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('fonoa', 'request_tin_validation', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'fonoa',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Fonoa 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 Fonoa support?
Fonoa supports 7 tools including Request TIN Validation, Get TIN Validation, Request TIN Search, Calculate Tax, Submit Transaction, and more.
Can I use Fonoa with AI agents?
Yes. Add Fonoa 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 Fonoa be used in stateful agent workflows?
Yes. Agents can combine Fonoa 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 Fonoa use?
Fonoa uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Fonoa integration cost?
The Fonoa integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Fonoa in minutes
Get 20,000 free action executions every month. No credit card required.