Weavz
Tookan

Tookan

Create, assign, update, cancel, and monitor Tookan local delivery dispatch tasks.

8 tools
1 trigger

Tools

Name
list_tasks

List Tookan tasks using official task filters. Keep date ranges narrow for dispatch operations.

get_task

Fetch one Tookan task by job ID.

create_task

Create a Tookan pickup, delivery, or pickup-and-delivery task. Date/time fields and template metadata must match Tookan requirements.

edit_task

Edit an existing Tookan task. Include job_id plus the fields being changed.

update_task_status

Update Tookan task status, including start/cancel/complete flows represented by Tookan status codes.

assign_task

Assign or reassign a Tookan task to a fleet/agent.

delete_task

Delete a Tookan task by exact job ID. Use approval gates for destructive dispatch workflows.

send_agent_notification

Send a Tookan push notification to logged-in agents. Message body is explicit workflow input.

Triggers

Name
task_created_or_updated

Poll Tookan tasks for a date range after an initial baseline.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Tookan to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Tookan support?

Tookan supports 8 tools including List Tasks, Get Task, Create Task, Edit Task, Update Task Status, and more.

Can I use Tookan with AI agents?

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

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

Tookan uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Tookan integration cost?

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

What triggers does Tookan support?

Tookan supports 1 triggers including Task Created or Updated.

Connect Tookan in minutes

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