list_teams
List Teams
Lists all teams (called "groups" in the API) in the workspace. Use this to look up team UUIDs for assigning stories, epics, or iterations to teams.
list_teams
Lists all teams (called "groups" in the API) in the workspace. Use this to look up team UUIDs for assigning stories, epics, or iterations to teams.
search_stories
Searches for stories using Shortcut's query syntax. Supports operators like `state:`, `owner:`, `label:`, `epic:`, `iteration:`, `type:`, `is:started`, `is:completed`, `is:blocked`, `is:archived`, `estimate:`, `created:`, `updated:`, and free text.
list_objectives
Lists all objectives (formerly milestones) in the workspace. Objectives are top-level strategic goals that epics can be linked to.
update_objective
Updates an existing objective's name, description, state, or categories.
get_epic
Retrieves full details of an epic by its ID, including description, stats, labels, owners, linked objectives, and workflow state.
create_objective
Creates a new objective (formerly milestone) in Shortcut. Objectives are top-level strategic goals that connect day-to-day work to broader outcomes. They can be in "to do", "in progress", or "done" states.
list_members
Lists all members of the workspace. Use this to look up member UUIDs for assigning owners, followers, or requested-by fields on stories and epics.
manage_labels
Create, update, or delete labels. Labels are used to organize and filter stories and epics.
create_iteration
Creates a new iteration (sprint) in Shortcut. Iterations are time-boxed periods of development with a start and end date. Stories can be assigned to iterations for sprint planning.
update_epic
Updates an existing epic's attributes including name, description, state, owners, teams, objectives, labels, deadlines, and archived status. Pass `null` to unset optional fields like deadline or planned start date.
delete_story
Permanently deletes a story by its public ID. This action cannot be undone.
create_document
Creates a new document (Doc) in Shortcut. Docs are used for long-form documentation like design documents, product strategies, and technical specs. Content can be in Markdown or HTML format.
manage_story_comments
Create, update, or delete comments on a story. Use the `action` field to specify the operation. When creating, provide the comment text. When updating, provide the comment ID and new text. When deleting, provide the comment ID.
list_custom_fields
Lists all custom field definitions in the workspace. Custom fields allow organizing stories by Priority, Severity, Technical Area, and more. Returns field IDs and their possible values, which are needed when setting custom fields on stories.
list_workflows
Lists all workflows and their states in the workspace. Workflows define the progression of stories through states (e.g., Unstarted → In Progress → Done). Use this to look up workflow state IDs needed for creating or updating stories.
get_story
Retrieves full details of a story by its public ID, including description, comments, tasks (checklists), labels, custom fields, relationships, and workflow state.
list_epics
Lists all epics in the workspace with their status, stats, and metadata.
update_iteration
Updates an existing iteration's attributes including name, dates, description, teams, followers, and labels.
delete_epic
Permanently deletes an epic by its ID. Stories within the epic are not deleted, but will no longer be associated with the epic. This action cannot be undone.
manage_story_tasks
Create, update, or delete checklist tasks on a story. Tasks are sub-items within a story that can be individually assigned and completed. Use the `action` field to specify the operation.
create_epic
Creates a new epic in Shortcut. Epics represent larger bodies of work or features composed of multiple stories. They can be assigned to teams, objectives, and have their own workflow states and deadlines.
update_document
Updates an existing document's title or content.
update_story
Updates an existing story's attributes. You can change the name, description, type, workflow state, epic, iteration, team, owners, labels, estimate, deadline, custom fields, and archived status. Pass `null` to unset optional fields like estimate, deadline, epicId, or iterationId.
create_story
Creates a new story in Shortcut. Stories are the fundamental unit of work and can be of type Feature, Bug, or Chore. You can assign the story to an epic, iteration, team, workflow state, and set owners, labels, estimates, deadlines, and custom fields.
list_iterations
Lists all iterations (sprints) in the workspace with their status, dates, and statistics.
list_labels
Lists all labels in the workspace. Labels can be applied to stories and epics for organization and filtering.
get_document
Retrieves a document by its ID, including its full content.
Create, read, update, delete, and search stories, epics, objectives, and iterations for software project management. Manage workflows, teams, labels, custom fields, and documents. Assign stories to sprints, set deadlines and estimates, track workflow state changes, manage story relationships (blockers/blocked), and add comments and checklists. Upload files, link external files, and search across all work items with rich query operators. Receive webhooks for story, epic, comment, and workflow state changes.
Common questions about connecting Shortcut to AI agents with Metorial.