# Descript MCP Node

> Access Descript MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/descriptmcp-node

## Content

## Description
Access Descript MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `descriptmcp_cancel_job`
* `descriptmcp_export_timeline`
* `descriptmcp_export_transcript`
* `descriptmcp_get_drive_info`
* `descriptmcp_get_project`
* `descriptmcp_import_drive_media`
* `descriptmcp_import_media`
* `descriptmcp_list_folders`
* `descriptmcp_list_jobs`
* `descriptmcp_list_projects`
* `descriptmcp_prompt_project_agent`
* `descriptmcp_publish_project`
* `descriptmcp_report_upload_status`
* `descriptmcp_wait_for_job`

## Use Cases
1. **Automate Descript MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.