# Shortcut — MCP server on mcp.ai > Connect your Shortcut account and use 142 tools for project management straight from your AI agent. Connect with your own API key. Shortcut aligns product development work with company objectives so teams can execute with a shared purpose. By: mcp.ai · official Page: https://mcp.ai/shortcut ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_shortcut?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/shortcut/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/shortcut/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/shortcut/skill.md Postman collection (v2.1): https://mcp.ai/shortcut/postman.json ## Tools - shortcut_create_category(name: string, color?: string, external_id?: string) — Create Category allows you to create a new Category in Shortcut. - shortcut_create_doc(title: string, content: string, content_format?: string) — Create Doc allows you to create a new document in Shortcut. Use when you need to create documentation, notes, or any written content. Supports markdown or HTML input. - shortcut_create_entity_template(name: string, author_id?: string, story__contents__name?: string, story__contents__tasks?: object[], story__contents__labels?: object[], story__contents__deadline?: string, story__contents__epic__id?: integer, story__contents__estimate?: integer, story__contents__file__ids?: integer[], story__contents__group__id?: string, story__contents__owner__ids?: string[], story__contents__description?: string, story__contents__project__id?: integer, story__contents__story__type?: string, story__contents__follower__ids?: string[], story__contents__iteration__id?: integer, story__contents__custom__fields?: object[], story__contents__external__links?: string[], story__contents__linked__file__ids?: integer[], story__contents__workflow__state__id?: integer) — Create a new entity template for the Workspace. - shortcut_create_epic(name: string, state?: string, labels?: object[], deadline?: string, group_id?: string, group_ids?: string[], owner_ids?: string[], created_at?: string, updated_at?: string, description?: string, external_id?: string, follower_ids?: string[], milestone_id?: integer, epic_state_id?: integer, objective_ids?: integer[], requested_by_id?: string, planned_start_date?: string, started_at_override?: string, completed_at_override?: string) — Create Epic allows you to create a new Epic in Shortcut. - shortcut_create_epic_comment(text: string, author_id?: string, created_at?: string, updated_at?: string, external_id?: string, epic__public__id: integer) — This endpoint allows you to create a threaded Comment on an Epic. - shortcut_create_epic_comment_comment(text: string, author_id?: string, created_at?: string, updated_at?: string, external_id?: string, epic__public__id: integer, comment__public__id: integer) — This endpoint allows you to create a nested Comment reply to an existing Epic Comment. - shortcut_create_epic_health(text?: string, status: string, epic__public__id: integer) — Create a new health status for the specified Epic. Use when you need to set or update the health tracking status of an Epic. - shortcut_create_generic_integration(secret?: string, webhook_url: string) — Tool to create a generic webhook integration in Shortcut. Use when you need to set up a webhook endpoint to receive Shortcut events. - shortcut_create_group(name: string, color?: string, color_key?: string, member_ids?: string[], description?: string, mention_name: string, workflow_ids: integer[], display_icon_id?: string) — Creates a new group in the Shortcut system with customizable properties. This endpoint allows you to set up a group with a unique mention name, display name, optional description, and various customiz - shortcut_create_iteration(name: string, labels?: object[], end_date: string, group_ids?: string[], start_date: string, description?: string, follower_ids?: string[]) — The CreateIteration endpoint allows you to create a new Iteration in Shortcut, which represents a time-boxed period for completing a set of stories or tasks. This endpoint is crucial for teams using A - shortcut_create_label(name: string, color?: string, description?: string, external_id?: string) — Create Label allows you to create a new Label in Shortcut. - shortcut_create_linked_file(url: string, name: string, size?: integer, type: string, story_id?: integer, description?: string, uploader_id?: string, content_type?: string, thumbnail_url?: string) — Create Linked File allows you to create a new Linked File in Shortcut. - shortcut_create_milestone(name: string, state?: string, categories?: object[], description?: string, started_at_override?: string, completed_at_override?: string) — (Deprecated: Use 'Create Objective') Create Milestone allows you to create a new Milestone in Shortcut. - shortcut_create_multiple_stories(stories: object[]) — Create Multiple Stories allows you to create multiple stories in a single request using the same syntax as [Create Story](https://developer.shortcut.com/api/rest/v3#create-story). - shortcut_create_objective(name: string, state?: string, categories?: object[], description?: string, started_at_override?: string, completed_at_override?: string) — Create Objective allows you to create a new Objective in Shortcut. - shortcut_create_project(name: string, color?: string, team_id: integer, created_at?: string, start_time?: string, updated_at?: string, description?: string, external_id?: string, abbreviation?: string, follower_ids?: string[], iteration_length?: integer) — Create Project is used to create a new Shortcut Project. - shortcut_create_story(name: string, tasks?: object[], labels?: object[], epic_id?: integer, move_to?: string, archived?: boolean, comments?: object[], deadline?: string, estimate?: integer, file_ids?: integer[], group_id?: string, owner_ids?: string[], sub_tasks?: object[], created_at?: string, project_id?: integer, story_type?: string, updated_at?: string, description?: string, external_id?: string, story_links?: object[], follower_ids?: string[], iteration_id?: integer, custom_fields?: object[], external_links?: string[], source_task_id?: integer, linked_file_ids?: integer[], requested_by_id?: string, story_template_id?: string, workflow_state_id?: integer, started_at_override?: string, completed_at_override?: string) — Create Story is used to add a new story to your Shortcut Workspace. This endpoint requires that either **workflow_state_id** or **project_id** be provided, but will reject the request if both or neith - shortcut_create_story_comment(text: string, author_id?: string, parent_id?: integer, created_at?: string, updated_at?: string, external_id?: string, story__public__id: integer) — Create Comment allows you to create a Comment on any Story. - shortcut_create_story_from_template(name?: string, tasks?: object[], labels?: object[], epic_id?: integer, move_to?: string, archived?: boolean, comments?: object[], deadline?: string, estimate?: integer, file_ids?: integer[], group_id?: string, owner_ids?: string[], sub_tasks?: object[], created_at?: string, labels_add?: object[], project_id?: integer, story_type?: string, updated_at?: string, description?: string, external_id?: string, story_links?: object[], file_ids_add?: integer[], follower_ids?: string[], iteration_id?: integer, custom_fields?: object[], labels_remove?: object[], owner_ids_add?: string[], external_links?: string[], source_task_id?: integer, file_ids_remove?: integer[], linked_file_ids?: integer[], requested_by_id?: string, follower_ids_add?: string[], owner_ids_remove?: string[], custom_fields_add?: object[], story_template_id: string, workflow_state_id?: integer, external_links_add?: string[], follower_ids_remove?: string[], linked_file_ids_add?: integer[], started_at_override?: string, custom_fields_remove?: object[], completed_at_override?: string, external_links_remove?: string[], linked_file_ids_remove?: integer[]) — Create Story From Template is used to add a new story derived from a template to your Shortcut Workspace. - shortcut_create_story_link(verb: string, object_id: integer, subject_id: integer) — Story Links (called Story Relationships in the UI) allow you create semantic relationships between two stories. The parameters read like an active voice grammatical sentence: subject -> verb -> object - shortcut_create_story_reaction(emoji: string, story__public__id: integer, comment__public__id: integer) — Create a reaction to a story comment. - shortcut_create_task(complete?: boolean, owner_ids?: string[], created_at?: string, updated_at?: string, description: string, external_id?: string, story__public__id: integer) — Create Task is used to create a new task in a Story. - shortcut_delete_category(category__public__id: integer) — Delete Category can be used to delete any Category. - shortcut_delete_custom_field(custom__field__public__id: string) — Deletes a specific custom field from the Shortcut system using its unique public identifier. This endpoint should be used when you need to permanently remove a custom field that is no longer required - shortcut_delete_doc(doc__public__id: string) — Permanently deletes a Doc and its associated data from Shortcut. Requires admin access to the document. When a document is deleted, connected clients will be notified via Server-Sent Events (SSE). Use - shortcut_delete_entity_template(entity__template__public__id: string) — Deletes a specific entity template from the Shortcut API. This endpoint should be used when you need to permanently remove a template that is no longer needed or is obsolete. It's important to note th - shortcut_delete_epic(epic__public__id: integer) — Delete Epic can be used to delete the Epic. The only required parameter is Epic ID. - shortcut_delete_epic_comment(epic__public__id: integer, comment__public__id: integer) — This endpoint allows you to delete a Comment from an Epic. - shortcut_delete_file(file__public__id: integer) — Delete File deletes a previously uploaded file. - shortcut_delete_generic_integration(integration__public__id: integer) — Tool to delete a generic webhook integration from Shortcut. Use when you need to permanently remove a webhook integration that is no longer needed. - shortcut_delete_iteration(iteration__public__id: integer) — Deletes a specific iteration from the Shortcut project management system. This endpoint should be used when you need to permanently remove an iteration and all its associated data from your project wo - shortcut_delete_label(label__public__id: integer) — Delete Label can be used to delete any Label. - shortcut_delete_linked_file(linked__file__public__id: integer) — Delete Linked File can be used to delete any previously attached Linked-File. - shortcut_delete_milestone(milestone__public__id: integer) — (Deprecated: Use 'Delete Objective') Delete Milestone can be used to delete any Milestone. - shortcut_delete_multiple_stories(story_ids: integer[]) — Delete Multiple Stories allows you to delete multiple archived stories at once. - shortcut_delete_objective(objective__public__id: integer) — Delete Objective can be used to delete any Objective. - shortcut_delete_project(project__public__id: integer) — Delete Project can be used to delete a Project. Projects can only be deleted if all associated Stories are moved or deleted. In the case that the Project cannot be deleted, you will receive a 422 resp - shortcut_delete_story(story__public__id: integer) — Delete Story can be used to delete any Story. - shortcut_delete_story_comment(story__public__id: integer, comment__public__id: integer) — Delete a Comment from any story. - shortcut_delete_story_link(story__link__public__id: integer) — Removes the relationship between the stories for the given Story Link. - shortcut_delete_story_reaction(emoji: string, story__public__id: integer, comment__public__id: integer) — Delete a reaction from any story comment. - shortcut_delete_task(task__public__id: integer, story__public__id: integer) — Delete Task can be used to delete any previously created Task on a Story. - shortcut_disable_iterations() — Disables Iterations for the current workspace - shortcut_disable_story_templates() — Disables the Story Template feature for the Workspace. - shortcut_enable_iterations() — Enables Iterations for the current workspace - shortcut_enable_story_templates() — Enables the Story Template feature for the Workspace. - shortcut_get_category(category__public__id: integer) — Get Category returns information about the selected Category. - shortcut_get_current_member_info() — Returns information about the authenticated member. - shortcut_get_custom_field(custom__field__public__id: string) — Retrieves detailed information about a specific custom field in Shortcut using its unique public identifier. This endpoint allows developers to fetch the properties and configuration of a custom field - shortcut_get_doc(content__format?: string, doc__public__id: string) — Get Doc returns information about a chosen Doc by its public ID. Use content_format=html to include HTML content in the response. - shortcut_get_entity_template(entity__template__public__id: string) — Get Entity Template returns information about a given entity template. - shortcut_get_epic(epic__public__id: integer) — Get Epic returns information about the selected Epic. - shortcut_get_epic_comment(epic__public__id: integer, comment__public__id: integer) — This endpoint returns information about the selected Epic Comment. - shortcut_get_epic_health(epic__public__id: integer) — Get the current health status for the specified Epic. Use when you need to check the health status of an Epic. - shortcut_get_epic_workflow() — Returns the Epic Workflow for the Workspace. - shortcut_get_external_link_stories(external_link: string) — Get Stories which have a given External Link associated with them. - shortcut_get_file(file__public__id: integer) — Get File returns information about the selected UploadedFile. - shortcut_get_generic_integration(integration__public__id: integer) — Get Generic Integration returns information about a webhook integration by its ID. Use when you need to retrieve details about a specific webhook integration. - shortcut_get_group(group__public__id: string) — Retrieves detailed information about a specific group in the Shortcut workspace using its unique public identifier. This endpoint allows developers to fetch comprehensive data about a group, including - shortcut_get_iteration(iteration__public__id: integer) — Retrieves detailed information about a specific iteration in the Shortcut project management system. This endpoint allows users to fetch comprehensive data about a single iteration, including its name - shortcut_get_key_result(key__result__public__id: string) — Get Key Result returns information about a chosen Key Result. - shortcut_get_label(label__public__id: integer) — Get Label returns information about the selected Label. - shortcut_get_linked_file(linked__file__public__id: integer) — Get File returns information about the selected Linked File. - shortcut_get_member(org__public__id?: string, member__public__id: string) — Returns information about a Member. - shortcut_get_milestone(milestone__public__id: integer) — (Deprecated: Use 'Get Objective') Get Milestone returns information about a chosen Milestone. - shortcut_get_objective(objective__public__id: integer) — Get Objective returns information about a chosen Objective. - shortcut_get_project(project__public__id: integer) — Get Project returns information about the selected Project. - shortcut_get_repository(repo__public__id: integer) — Get Repository returns information about the selected Repository. - shortcut_get_story(story__public__id: integer) — Get Story returns information about a chosen Story. - shortcut_get_story_comment(story__public__id: integer, comment__public__id: integer) — Get Comment is used to get Comment information. - shortcut_get_story_link(story__link__public__id: integer) — Returns the stories and their relationship for the given Story Link. - shortcut_get_task(task__public__id: integer, story__public__id: integer) — Returns information about a chosen Task. - shortcut_get_workflow(workflow__public__id: integer) — Get Workflow returns information about a chosen Workflow. - shortcut_link_document_to_epic(doc__public__id: string, epic__public__id: integer) — Tool to create a relationship between a Document and an Epic. Use when you need to link or associate documentation with an epic. - shortcut_list_categories() — List Categories returns a list of all Categories and their attributes. - shortcut_list_category_milestones(category__public__id: integer) — List Category Milestones returns a list of all Milestones with the Category. - shortcut_list_category_objectives(category__public__id: integer) — Returns a list of all Objectives with the Category. - shortcut_list_custom_fields() — Retrieves a list of all custom fields defined in the Shortcut API. This endpoint allows developers to fetch information about user-defined fields that have been added to extend the functionality of st - shortcut_list_docs() — Tool to list Docs that the current user can read. Use when you need to retrieve all accessible documentation in the Shortcut workspace. - shortcut_list_document_epics(doc__public__id: string) — Tool to retrieve all Epics related to a specific Document. Use when you need to understand which Epics are associated with a given document in Shortcut. - shortcut_list_entity_templates() — List all the entity templates for the Workspace. - shortcut_list_epic_comments(epic__public__id: integer) — Get a list of all Comments on an Epic. - shortcut_list_epic_documents(epic__public__id: integer) — Get a list of all Documents related to this Epic. - shortcut_list_epic_healths(epic__public__id: integer) — List the history of health statuses for the specified Epic, most recent first. Use when you need to track health status changes over time. - shortcut_list_epic_stories(epic__public__id: integer, includes_description?: boolean) — Get a list of all Stories in an Epic. - shortcut_list_epics(includes_description?: boolean) — List Epics returns a list of all Epics and their attributes. - shortcut_list_epics_paginated(page?: integer, page_size?: integer, includes_description?: boolean) — List Epics with pagination returns a paginated list of Epics and their attributes. Use when you need to retrieve Epics in manageable pages rather than all at once. - shortcut_list_files() — List Files returns a list of all UploadedFiles in the workspace. - shortcut_list_group_stories(limit?: integer, offset?: integer, group__public__id: string) — List the Stories assigned to the Group. (By default, limited to 1,000). - shortcut_list_groups() — A group in our API maps to a "Team" within the Shortcut Product. A Team is a collection of Users that can be associated to Stories, Epics, and Iterations within Shortcut. - shortcut_list_iteration_stories(includes_description?: boolean, iteration__public__id: integer) — Get a list of all Stories in an Iteration. - shortcut_list_iterations() — Retrieves a list of all iterations in the Shortcut project management system. Iterations represent specific time periods for planning and tracking work, allowing teams to organize their development cy - shortcut_list_label_epics(label__public__id: integer) — List all of the Epics with the Label. - shortcut_list_label_stories(label__public__id: integer, includes_description?: boolean) — List all of the Stories with the Label. - shortcut_list_labels(slim?: boolean) — List Labels returns a list of all Labels and their attributes. - shortcut_list_linked_files() — List Linked Files returns a list of all Linked-Files and their attributes. - shortcut_list_members(org__public__id?: string) — Returns information about members of the Workspace. - shortcut_list_members_slim() — Returns minimal member data optimized for Korey integration. Use this when you need basic member information without full profile details. Returns all workspace members with disabled status indicated - shortcut_list_milestone_epics(milestone__public__id: integer) — (Deprecated: Use 'List Objective Epics') List all of the Epics within the Milestone. - shortcut_list_milestones() — (Deprecated: Use 'List Objectives') List Milestones returns a list of all Milestones and their attributes. - shortcut_list_objective_epics(objective__public__id: integer) — List all of the Epics within the Objective. - shortcut_list_objectives() — List Objectives returns a list of all Objectives and their attributes. - shortcut_list_projects() — List Projects returns a list of all Projects and their attributes. - shortcut_list_repositories() — List Repositories returns a list of all Repositories and their attributes. - shortcut_list_stories(project__public__id: integer, includes_description?: boolean) — List Stories returns a list of all Stories in a selected Project and their attributes. - shortcut_list_story_comment(story__public__id: integer) — Lists Comments associated with a Story - shortcut_list_story_sub_tasks(story__public__id: integer) — Tool to list all Sub-task Stories for a given parent Story. Use when you need to retrieve all sub-tasks associated with a specific story. - shortcut_list_workflows() — Returns a list of all Workflows in the Workspace. - shortcut_search(next?: string, query: string, detail?: string, page_size?: integer, entity_types?: string[]) — Search lets you search Epics and Stories based on desired parameters. Since ordering of the results can change over time (due to search ranking decay, new Epics and Stories being created), the `next` - shortcut_search_documents(next?: string, title: string, archived?: boolean, page_size?: integer, created_by_me?: boolean, followed_by_me?: boolean) — Tool to search Documents based on title and filters. Use when you need to find specific documents by fuzzy title matching or filter by archived/created_by_me/followed_by_me status. - shortcut_search_epics(next?: string, query: string, detail?: string, page_size?: integer, entity_types?: string[]) — Search Epics lets you search Epics based on desired parameters. Since ordering of stories can change over time (due to search ranking decay, new Epics being created), the `next` value from the previou - shortcut_search_iterations(next?: string, query: string, detail?: string, page_size?: integer, entity_types?: string[]) — Search Iterations lets you search Iterations based on desired parameters. Since ordering of results can change over time (due to search ranking decay, new Iterations being created), the `next` value f - shortcut_search_milestones(next?: string, query: string, detail?: string, page_size?: integer, entity_types?: string[]) — Search Milestones lets you search Milestones based on desired parameters. Since ordering of results can change over time (due to search ranking decay, new Milestones being created), the `next` value f - shortcut_search_objectives(next?: string, query: string, detail?: string, page_size?: integer, entity_types?: string[]) — Search Objectives lets you search Objectives based on desired parameters. Since ordering of results can change over time (due to search ranking decay, new Objectives being created), the `next` value f - shortcut_search_stories(next?: string, query: string, detail?: string, page_size?: integer, entity_types?: string[]) — Search Stories lets you search Stories based on desired parameters. Since ordering of stories can change over time (due to search ranking decay, new stories being created), the `next` value from the p - shortcut_search_stories_old(epic_id?: integer, archived?: boolean, epic_ids?: integer[], estimate?: integer, group_id?: string, owner_id?: string, group_ids?: string[], label_ids?: integer[], owner_ids?: string[], label_name?: string, project_id?: integer, story_type?: string, external_id?: string, project_ids?: integer[], deadline_end?: string, iteration_id?: integer, iteration_ids?: integer[], created_at_end?: string, deadline_start?: string, updated_at_end?: string, requested_by_id?: string, completed_at_end?: string, created_at_start?: string, updated_at_start?: string, workflow_state_id?: integer, completed_at_start?: string, includes_description?: boolean, workflow_state_types?: string[]) — Search Stories lets you search Stories based on desired parameters. - shortcut_story_history(story__public__id: integer) — Retrieves the complete history of changes for a specific story in the Shortcut project management system. This endpoint allows users to track all modifications, updates, and revisions made to a story - shortcut_unlink_comment_thread_from_slack(story__public__id: integer, comment__public__id: integer) — Unlinks a Comment from its linked Slack thread (Comment replies and Slack replies will no longer be synced) - shortcut_unlink_document_from_epic(doc__public__id: string, epic__public__id: integer) — Tool to remove the relationship between a Document and an Epic. Use when you need to unlink a previously associated document from an epic. - shortcut_unlink_productboard_from_epic(epic__public__id: integer) — This endpoint allows you to unlink a productboard epic. - shortcut_update_category(name?: string, color?: string, archived?: boolean, category__public__id: integer) — Update Category allows you to replace a Category name with another name. If you try to name a Category something that already exists, you will receive a 422 response. - shortcut_update_custom_field(name?: string, values?: object[], enabled?: boolean, after_id?: string, before_id?: string, description?: string, icon_set_identifier?: string, custom__field__public__id: string) — Update Custom Field can be used to update the definition of a Custom Field. The order of items in the 'values' collection is interpreted to be their ascending sort order.To delete an existing enum val - shortcut_update_doc(title?: string, content?: string, content_format?: string, doc__public__id: string) — Tool to update an existing Doc's title and/or content. Use when you need to modify document properties. Supports markdown or HTML input via content_format parameter. SSE events notify connected users - shortcut_update_entity_template(name?: string, story__contents__name?: string, story__contents__tasks?: object[], story__contents__labels?: object[], story__contents__deadline?: string, story__contents__epic__id?: integer, story__contents__estimate?: integer, story__contents__file__ids?: integer[], story__contents__group__id?: string, story__contents__owner__ids?: string[], entity__template__public__id: string, story__contents__description?: string, story__contents__project__id?: integer, story__contents__story__type?: string, story__contents__follower__ids?: string[], story__contents__iteration__id?: integer, story__contents__custom__fields?: object[], story__contents__external__links?: string[], story__contents__linked__file__ids?: integer[], story__contents__workflow__state__id?: integer) — Update an entity template's name or its contents. - shortcut_update_epic(name?: string, state?: string, labels?: object[], after_id?: integer, archived?: boolean, deadline?: string, group_id?: string, before_id?: integer, group_ids?: string[], owner_ids?: string[], description?: string, external_id?: string, follower_ids?: string[], milestone_id?: integer, epic_state_id?: integer, objective_ids?: integer[], requested_by_id?: string, epic__public__id: integer, planned_start_date?: string, started_at_override?: string, completed_at_override?: string) — Update Epic can be used to update numerous fields in the Epic. The only required parameter is Epic ID, which can be found in the Shortcut UI. - shortcut_update_epic_comment(text: string, epic__public__id: integer, comment__public__id: integer) — This endpoint allows you to update a threaded Comment on an Epic. - shortcut_update_file(name?: string, created_at?: string, updated_at?: string, description?: string, external_id?: string, uploader_id?: string, file__public__id: integer) — Update File updates the properties of an UploadedFile (but not its content). - shortcut_update_group(name?: string, color?: string, archived?: boolean, color_key?: string, member_ids?: string[], description?: string, mention_name?: string, workflow_ids?: integer[], display_icon_id?: string, group__public__id: string, default_workflow_id?: integer) — Updates an existing group in the Shortcut workspace. This endpoint allows you to modify various properties of a group, including its name, description, color, members, and associated workflows. Use th - shortcut_update_health(text?: string, status?: string, health_public_id: string) — Update an existing health status by its ID. Use when you need to modify the health tracking status of an Epic or Objective. - shortcut_update_iteration(name?: string, labels?: object[], end_date?: string, group_ids?: string[], start_date?: string, description?: string, follower_ids?: string[], iteration__public__id: integer) — This endpoint allows you to update an existing iteration in Shortcut. It provides comprehensive control over various aspects of an iteration, including its metadata, associated members and groups, lab - shortcut_update_key_result(name?: string, key__result__public__id: string, target__value__boolean__value?: boolean, target__value__numeric__value?: string, observed__value__boolean__value?: boolean, observed__value__numeric__value?: string, initial__observed__value__boolean__value?: boolean, initial__observed__value__numeric__value?: string) — Update Key Result allows updating a Key Result's name or initial, observed, or target values. - shortcut_update_label(name?: string, color?: string, archived?: boolean, description?: string, label__public__id: integer) — Update Label allows you to replace a Label name with another name. If you try to name a Label something that already exists, you will receive a 422 response. - shortcut_update_linked_file(url?: string, name?: string, size?: integer, type?: string, story_id?: integer, description?: string, uploader_id?: string, thumbnail_url?: string, linked__file__public__id: integer) — Updated Linked File allows you to update properties of a previously attached Linked-File. - shortcut_update_milestone(name?: string, state?: string, after_id?: integer, archived?: boolean, before_id?: integer, categories?: object[], description?: string, started_at_override?: string, completed_at_override?: string, milestone__public__id: integer) — (Deprecated: Use 'Update Objective') Update Milestone can be used to update Milestone properties. - shortcut_update_multiple_stories(epic_id?: integer, move_to?: string, after_id?: integer, archived?: boolean, deadline?: string, estimate?: integer, group_id?: string, before_id?: integer, story_ids: integer[], labels_add?: object[], project_id?: integer, story_type?: string, iteration_id?: integer, labels_remove?: object[], owner_ids_add?: string[], external_links?: string[], requested_by_id?: string, follower_ids_add?: string[], owner_ids_remove?: string[], custom_fields_add?: object[], workflow_state_id?: integer, follower_ids_remove?: string[], custom_fields_remove?: object[]) — Update Multiple Stories allows you to make changes to numerous stories at once. - shortcut_update_objective(name?: string, state?: string, after_id?: integer, archived?: boolean, before_id?: integer, categories?: object[], description?: string, started_at_override?: string, completed_at_override?: string, objective__public__id: integer) — Update Objective can be used to update Objective properties. - shortcut_update_project(name?: string, color?: string, team_id?: integer, archived?: boolean, description?: string, abbreviation?: string, follower_ids?: string[], show_thermometer?: boolean, days_to_thermometer?: integer, project__public__id: integer) — Update Project can be used to change properties of a Project. - shortcut_update_story(name?: string, labels?: object[], epic_id?: integer, move_to?: string, after_id?: integer, archived?: boolean, deadline?: string, estimate?: integer, file_ids?: integer[], group_id?: string, before_id?: integer, owner_ids?: string[], branch_ids?: integer[], commit_ids?: integer[], project_id?: integer, story_type?: string, description?: string, follower_ids?: string[], iteration_id?: integer, custom_fields?: object[], external_links?: string[], linked_file_ids?: integer[], requested_by_id?: string, pull_request_ids?: integer[], story__public__id: integer, workflow_state_id?: integer, started_at_override?: string, completed_at_override?: string) — Update Story can be used to update Story properties. - shortcut_update_story_comment(text: string, story__public__id: integer, comment__public__id: integer) — Update Comment replaces the text of the existing Comment. - shortcut_update_story_link(verb?: string, object_id?: integer, subject_id?: integer, story__link__public__id: integer) — Updates the stories and/or the relationship for the given Story Link. - shortcut_update_task(after_id?: integer, complete?: boolean, before_id?: integer, owner_ids?: string[], description?: string, task__public__id: integer, story__public__id: integer) — Update Task can be used to update Task properties. - shortcut_upload_files(file0?: object, file1?: object, file2?: object, file3?: object, story_id?: integer) — Upload Files uploads one or many files and optionally associates them with a story. Use the multipart/form-data content-type to upload. Each `file` key should contain a separate file. Each UploadedFil ## Example prompts - "What can I do in Shortcut?" - "Show me a summary of my Shortcut account" ## Links Docs: https://mcp.ai/docs/mcps/shortcut Website: https://mcp.ai/mcps/shortcut