Otter
Manage Otter stores, menus, order lifecycle, delivery fulfillment, inventory summaries, storefront operations, and webhooks.
Tools
| Name | Description |
|---|---|
list_storesList stores for an organization brand. | List stores for an organization brand. |
get_menusGet current menus for a store. | Get current menus for a store. |
upsert_menusCreate or update store menus. Requires confirmation. | Create or update store menus. Requires confirmation. |
publish_menusPublish menus to selected targets for a store. Requires confirmation. | Publish menus to selected targets for a store. Requires confirmation. |
fetch_order_feedFetch the Otter order feed for a store. | Fetch the Otter order feed for a store. |
get_orderFetch one order with manager information. | Fetch one order with manager information. |
request_order_confirmationRequest order confirmation. Requires confirmation. | Request order confirmation. Requires confirmation. |
request_order_cancelationRequest order cancelation. Requires confirmation. | Request order cancelation. Requires confirmation. |
mark_order_readyMark an order as ready for pickup. Requires confirmation. | Mark an order as ready for pickup. Requires confirmation. |
mark_order_fulfilledMark an order as fulfilled. Requires confirmation. | Mark an order as fulfilled. Requires confirmation. |
close_dine_in_orderClose a dine-in/open-tab order. Requires confirmation. | Close a dine-in/open-tab order. Requires confirmation. |
list_inventory_summariesList inventory summaries for a store. | List inventory summaries for a store. |
custom_api_callMake a bounded custom call to the Otter Public API. | Make a bounded custom call to the Otter Public API. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Otter order, menu, delivery, storefront, report, or ping webhook payloads. | Receive Otter order, menu, delivery, storefront, report, or ping webhook payloads. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('otter', 'list_stores', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'otter',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Otter to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Otter support?
Otter supports 13 tools including List Stores, Get Menus, Upsert Menus, Publish Menus, Fetch Order Feed, and more.
Can I use Otter with AI agents?
Yes. Add Otter 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 Otter be used in stateful agent workflows?
Yes. Agents can combine Otter 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 Otter use?
Otter uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Otter integration cost?
The Otter integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Otter support?
Otter supports 1 triggers including Webhook Event.
Connect Otter in minutes
Get 20,000 free action executions every month. No credit card required.