Weavz
Shortcut

Shortcut

Manage Shortcut stories, epics, workflows, iterations, comments, and outgoing webhooks.

13 tools
1 trigger

Tools

Name
list_stories

List Shortcut stories in reverse chronological order.

search_stories

Search Shortcut stories using Shortcut query syntax.

get_story

Get a Shortcut story by numeric ID.

create_story

Create a Shortcut story in a project.

update_story

Update a Shortcut story by numeric ID.

delete_story

Delete a Shortcut story by numeric ID.

add_story_comment

Add a comment to a Shortcut story.

list_epics

List Shortcut epics.

create_epic

Create a Shortcut epic.

list_projects

List Shortcut projects.

list_workflows

List Shortcut workflows and workflow states.

list_iterations

List Shortcut iterations.

list_webhooks

List registered Shortcut outgoing webhook integrations.

Triggers

Name
workspace_event

Triggers when Shortcut sends an outgoing workspace webhook event.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Shortcut supports 13 tools including List Stories, Search Stories, Get Story, Create Story, Update Story, and more.

Can I use Shortcut with AI agents?

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

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

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

How much does the Shortcut integration cost?

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

What triggers does Shortcut support?

Shortcut supports 1 triggers including Workspace Event.

Connect Shortcut in minutes

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