Weavz
Otter

Otter

Manage Otter stores, menus, order lifecycle, delivery fulfillment, inventory summaries, storefront operations, and webhooks.

OAuth2Commerce
13 tools
1 trigger

Tools

Name
list_stores

List stores for an organization brand.

get_menus

Get current menus for a store.

upsert_menus

Create or update store menus. Requires confirmation.

publish_menus

Publish menus to selected targets for a store. Requires confirmation.

fetch_order_feed

Fetch the Otter order feed for a store.

get_order

Fetch one order with manager information.

request_order_confirmation

Request order confirmation. Requires confirmation.

request_order_cancelation

Request order cancelation. Requires confirmation.

mark_order_ready

Mark an order as ready for pickup. Requires confirmation.

mark_order_fulfilled

Mark an order as fulfilled. Requires confirmation.

close_dine_in_order

Close a dine-in/open-tab order. Requires confirmation.

list_inventory_summaries

List inventory summaries for a store.

custom_api_call

Make a bounded custom call to the Otter Public API.

Triggers

Name
webhook_event

Receive Otter order, menu, delivery, storefront, report, or ping webhook payloads.

Quick Start

TypeScript
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.