Shortcut
Manage Shortcut stories, epics, workflows, iterations, comments, and outgoing webhooks.
Tools
| Name | Description |
|---|---|
list_storiesList Shortcut stories in reverse chronological order. | List Shortcut stories in reverse chronological order. |
search_storiesSearch Shortcut stories using Shortcut query syntax. | Search Shortcut stories using Shortcut query syntax. |
get_storyGet a Shortcut story by numeric ID. | Get a Shortcut story by numeric ID. |
create_storyCreate a Shortcut story in a project. | Create a Shortcut story in a project. |
update_storyUpdate a Shortcut story by numeric ID. | Update a Shortcut story by numeric ID. |
delete_storyDelete a Shortcut story by numeric ID. | Delete a Shortcut story by numeric ID. |
add_story_commentAdd a comment to a Shortcut story. | Add a comment to a Shortcut story. |
list_epicsList Shortcut epics. | List Shortcut epics. |
create_epicCreate a Shortcut epic. | Create a Shortcut epic. |
list_projectsList Shortcut projects. | List Shortcut projects. |
list_workflowsList Shortcut workflows and workflow states. | List Shortcut workflows and workflow states. |
list_iterationsList Shortcut iterations. | List Shortcut iterations. |
list_webhooksList registered Shortcut outgoing webhook integrations. | List registered Shortcut outgoing webhook integrations. |
Triggers
| Name | Description |
|---|---|
workspace_eventTriggers when Shortcut sends an outgoing workspace webhook event. | Triggers when Shortcut sends an outgoing workspace webhook event. |
Quick Start
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.