Built-in prompts (AI preparation)
The server registers four MCP Prompts that load Bunny Studio domain knowledge into the AI before it starts calling tools. This is how plain-text user requests get correctly mapped to structured API calls.
| Prompt | When to use |
|---|---|
bunnystudio_overview | First message in a session — loads all concepts, service types, lifecycle states, and the service config shape |
bunnystudio_create_project_guide | User says something like "I need a 30-second English commercial voice over" — converts a plain brief to a valid create_project payload |
bunnystudio_review_deliverable_guide | User wants to review, approve, reject, or revise deliverables |
bunnystudio_search_and_quote_guide | User wants to find talents or get a price estimate before creating a project |
How to invoke a prompt
In Claude Desktop or Claude Code, type / and look for the Bunny Studio prompts, or ask the AI to use them:
- "Use the bunnystudio_overview prompt."
- "Use the bunnystudio_overview prompt to understand how to use the Bunny Studio API."
- "Use the bunnystudio_create_project_guide prompt with brief: "I need a 30 second upbeat English female voice over for a TV commercial""
After loading the right prompt, you can continue in natural language (e.g. "Create that project" or "Get me a quote for the same").