Skip to content

Tools Overview

ShotGrid MCP Server provides 40+ tools for interacting with ShotGrid.

Tool Categories

CategoryToolsDescription
CRUD5Create, Read, Update, Delete entities
Batch3Bulk operations for efficiency
Media2Thumbnail upload/download
Notes3Create, read, update notes
Playlists2+Playlist management
Direct API10+Low-level ShotGrid API access

CRUD Operations

ToolDescription
create_entityCreate a new entity
find_one_entityFind a single entity
search_entitiesSearch for multiple entities
update_entityUpdate an existing entity
delete_entityDelete an entity

Batch Operations

ToolDescription
batch_createCreate multiple entities at once
batch_updateUpdate multiple entities at once
batch_deleteDelete multiple entities at once

Media Operations

ToolDescription
download_thumbnailDownload entity thumbnail
upload_thumbnailUpload entity thumbnail

Notes

ToolDescription
shotgrid.note.createCreate a new note
shotgrid.note.readRead note content
shotgrid.note.updateUpdate an existing note

Playlists

ToolDescription
create_playlistCreate a new playlist
find_playlistsFind playlists

Direct API

ToolDescription
sg.findDirect ShotGrid find
sg.createDirect ShotGrid create
sg.updateDirect ShotGrid update
sg.batchDirect ShotGrid batch
sg.schemaGet entity schema

Released under the MIT License.