Weavz
Stuart

Stuart

Same-day and last-mile delivery jobs, pricing, cancellation, tracking lookups, and delivery webhook payloads.

OAuth2Commerce
5 tools
1 trigger

Tools

Name
list_jobs

List Stuart delivery jobs created in the account.

get_job

Retrieve a Stuart delivery job by ID.

price_job

Request a Stuart delivery price using the same payload shape as job creation.

create_job

Create a Stuart last-mile delivery job.

cancel_job

Cancel a Stuart delivery job with a documented cancellation reason.

Triggers

Name
job_webhook

Receive Stuart job/update and delivery/update webhook payloads. Configure this callback URL in the Stuart dashboard or webhook API.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('stuart', 'list_jobs', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'stuart',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Stuart 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 Stuart support?

Stuart supports 5 tools including List Jobs, Get Job, Price Job, Create Job, Cancel Job.

Can I use Stuart with AI agents?

Yes. Add Stuart 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 Stuart be used in stateful agent workflows?

Yes. Agents can combine Stuart 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 Stuart use?

Stuart uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Stuart integration cost?

The Stuart integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Stuart support?

Stuart supports 1 triggers including Job Webhook.

Connect Stuart in minutes

Get 20,000 free action executions every month. No credit card required.