Stuart
Same-day and last-mile delivery jobs, pricing, cancellation, tracking lookups, and delivery webhook payloads.
Tools
| Name | Description |
|---|---|
list_jobsList Stuart delivery jobs created in the account. | List Stuart delivery jobs created in the account. |
get_jobRetrieve a Stuart delivery job by ID. | Retrieve a Stuart delivery job by ID. |
price_jobRequest a Stuart delivery price using the same payload shape as job creation. | Request a Stuart delivery price using the same payload shape as job creation. |
create_jobCreate a Stuart last-mile delivery job. | Create a Stuart last-mile delivery job. |
cancel_jobCancel a Stuart delivery job with a documented cancellation reason. | Cancel a Stuart delivery job with a documented cancellation reason. |
Triggers
| Name | Description |
|---|---|
job_webhookReceive Stuart job/update and delivery/update webhook payloads. Configure this callback URL in the Stuart dashboard or webhook API. | Receive Stuart job/update and delivery/update webhook payloads. Configure this callback URL in the Stuart dashboard or webhook API. |
Quick Start
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.
How do I connect Stuart to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Stuart as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Stuart tools exposed by that workspace.
Does Stuart work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Stuart work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Stuart?
Stuart exposes 5 tools, including List Jobs, Get Job, Price Job, Create Job, Cancel Job. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.