← Tools Reference

Shortcut

Shortcut integration (Productivity, Project Management). Imported from open-connector.

API key11 toolshttps://api.app.shortcut.com/api/v3
GET
shortcut_list_members
List the members available in the connected Shortcut workspace.

/members

1 parameter
ParamTypeRequiredDescription
orgIdintegeroptionalThe Shortcut organization ID.
GET
shortcut_get_member
Get one Shortcut member by member UUID.

/members/{memberId}

2 parameters
ParamTypeRequiredDescription
memberIdstringrequiredThe Shortcut member UUID.
orgIdintegeroptionalThe Shortcut organization ID.
GET
shortcut_list_workflows
List the workflows available in the connected Shortcut workspace.

/workflows

GET
shortcut_get_workflow
Get one Shortcut workflow by workflow ID.

/workflows/{workflowId}

1 parameter
ParamTypeRequiredDescription
workflowIdintegerrequiredThe Shortcut workflow ID.
GET
shortcut_list_projects
List the projects available in the connected Shortcut workspace.

/projects

GET
shortcut_get_project
Get one Shortcut project by project ID.

/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdintegerrequiredThe Shortcut project ID.
GET
shortcut_list_epics
List the epics available in the connected Shortcut workspace.

/epics

1 parameter
ParamTypeRequiredDescription
includesDescriptionbooleanoptionalWhether Shortcut should include epic descriptions.
GET
shortcut_get_epic
Get one Shortcut epic by epic ID.

/epics/{epicId}

1 parameter
ParamTypeRequiredDescription
epicIdintegerrequiredThe Shortcut epic ID.
GET
shortcut_list_stories
List the stories in one Shortcut project.

/stories

2 parameters
ParamTypeRequiredDescription
projectIdintegerrequiredThe Shortcut project ID.
includesDescriptionbooleanoptionalWhether Shortcut should include story descriptions.
GET
shortcut_get_story
Get one Shortcut story by story ID.

/stories/{storyId}

1 parameter
ParamTypeRequiredDescription
storyIdintegerrequiredThe Shortcut story ID.
GET
shortcut_search_stories
Search Shortcut stories with the official search endpoint and stable pagination.

/search/stories

5 parameters
ParamTypeRequiredDescription
querystringrequiredThe Shortcut search query.
nextstringoptionalThe Shortcut next-page token.
detailstringoptionalThe amount of detail to return for each search result.
pageSizeintegeroptionalThe number of search results to return.
entityTypesarrayoptionalThe Shortcut entity types to search.