AI Prompts for ShotGrid MCP
Effective prompts for using ShotGrid MCP with AI assistants
AI Prompts for ShotGrid MCP
This guide provides examples of effective prompts to use with AI assistants like Claude when working with the ShotGrid MCP server. These prompts demonstrate how to leverage AI to interact with your ShotGrid data in natural language.
Basic Queries
Finding Recent Updates
Entity Information
Creating and Managing Playlists
Creating Playlists
Finding Playlists
Notes and Feedback
Creating Notes
Finding Notes
Advanced Workflows
Time Tracking and Reporting
Status Updates and Statistics
Task Management
Combining Multiple Operations
Understanding Tool Names
The ShotGrid MCP Server uses a consistent naming convention for its tools. This helps AI assistants better understand and use the tools. The tools follow these patterns:
sg_*
- Direct ShotGrid API operations (e.g.,sg_find
,sg_create
)note_*
- Note-related operations (e.g.,note_create
,note_read
)playlist_*
- Playlist operations (e.g.,playlist_create
,playlist_find
)thumbnail_*
- Thumbnail operations (e.g.,thumbnail_get_url
,thumbnail_download
)search_*
- Search operations (e.g.,search_entities
)entity_*
- Entity operations (e.g.,entity_create
,entity_update
)vendor_*
- Vendor-related operations (e.g.,vendor_find_users
)batch_*
- Batch operations (e.g.,batch_create
,batch_download
)
For more details on tool naming and how to create new tools, see the Tool Naming Convention guide.
Tips for Effective Prompts
- Be specific about timeframes: “in the last week”, “yesterday”, “this month”
- Include project names when working with multiple projects
- Specify departments or users when filtering by who created or modified entities
- Use natural language - you don’t need to know the exact API calls or field names
- Combine operations for complex workflows
- Ask for visualizations when dealing with numerical data
- Reference tool names when you need specific functionality
Remember that the AI assistant will translate your natural language requests into the appropriate ShotGrid MCP tool calls, making it easy to interact with your production data without needing to remember specific API details.