browse_offeringsactimperative
List Doana's visitor-facing offerings: inbox-first customs extraction, AOG email triage, industry solutions, MCP and developer access, and pricing. Use when the visitor wants to know what they can buy, try, or connect to. Returns short cards with a title, a one-line summary, and a localized path. Does not start signup and does not send email.Input schema
{
"type": "object",
"properties": {
"topic": {
"type": "string",
"enum": [
"extraction",
"aog",
"mcp",
"solutions",
"pricing"
],
"description": "Narrow the list to one area of the offering."
}
},
"required": [],
"additionalProperties": false
}