refresh_media
Refreshes the media for a project item, reloading it from disk.
This record as markdown: /tools/adobe-premiere-pro-mcp/refresh-media.md
What refresh_media does on Adobe Premiere Pro
AI agents use refresh_media to create or update resources in Adobe Premiere Pro, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Adobe Premiere Pro environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectItemId | string | Yes | The ID of the project item to refresh |
Parameters from the server's own tool schema.
Why refresh_media is rated Medium
Refreshing media is a write operation because it updates/reloads project data from disk, modifying the in-memory representation of that media asset. While reversible (the original file remains unchanged), it alters the project's current state.
From the tool's definition The tool description states it 'reloads [media] from disk', which modifies the state of a project item in Premiere Pro by refreshing its data source. This is a state-changing operation that affects the project.
Attacks that exploit this kind of access
The rule that runs refresh_media safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Adobe Premiere Pro, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For refresh_media, this is the rule to start with:
refresh_media stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Adobe Premiere Pro, apply this rule, and every refresh_media call is checked against it from then on.
Questions about refresh_media
Refreshes the media for a project item, reloading it from disk. It is categorised as a Write tool in the Adobe Premiere Pro MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
refresh_media accepts 1 parameter: projectItemId. Required: projectItemId. The full parameter table on this page comes from the server's own tool schema.
Register the Adobe Premiere Pro MCP server in PolicyLayer and add a rule for refresh_media: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Adobe Premiere Pro. Nothing to install.
refresh_media is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the refresh_media rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for refresh_media. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
refresh_media is provided by the Adobe Premiere Pro MCP server (adobe-premiere-pro-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Adobe Premiere Pro, and thousands of servers like it.
This server
Across the catalogue