Frame.io V4 MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADOBE_CLIENT_ID | No | Adobe Developer Console Native App client ID used for public-client refresh without a client secret. | |
| ADOBE_REFRESH_TOKEN | No | Adobe OAuth refresh token, if issued, used along with ADOBE_CLIENT_ID to refresh access without a client secret. | |
| FRAMEIO_ACCESS_TOKEN | No | Short-lived Frame.io access token returned after completing the Adobe OAuth login. Sufficient for a session. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_connectionA | Verify Frame.io V4 OAuth by calling GET /v4/me. |
| search_toolsC | Search all operations in the official Frame.io V4 OpenAPI catalog. |
| get_tool_schemaB | Get official parameters and referenced schemas for one Frame.io V4 operation. |
| invoke_toolC | Invoke one operation from the official Frame.io V4 OpenAPI catalog. DELETE requires confirm=true. |
| upload_local_fileC | Upload a local file through Frame.io V4 presigned URLs and return its upload status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |