Effective prompts for using ShotGrid MCP with AI assistants
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.
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.
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.
Effective prompts for using ShotGrid MCP with AI assistants
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.
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.
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.