MCP Prompts Overview
Phoenix provides intelligent prompts that guide AI assistants through complex research workflows. Prompts combine multiple tool calls into structured, repeatable processes.
What are MCP Prompts?
MCP prompts are pre-built workflows that:
- Chain multiple tool calls together
- Provide structured templates for research
- Ensure consistent output formatting
- Reduce complexity for common use cases
Available Prompts
research_rule_generator
Generates comprehensive research workflows for Account Executive (AE) teams.
Purpose: Create structured research rules that combine company data, technology insights, and intent signals into actionable sales intelligence.
Use cases:
- Building prospect research workflows
- Creating repeatable qualification processes
- Standardizing sales intelligence gathering
- Generating custom research templates
What it does:
- Analyzes your research requirements
- Identifies relevant Phoenix tools to use
- Creates a structured workflow
- Provides sample queries and expected outputs
- Generates documentation for your team
Example usage:
Use the research_rule_generator prompt to create a workflow for:
"Find enterprise SaaS companies using Salesforce with recent intent signals"
Output format:
- Research rule name and description
- Step-by-step tool sequence
- Parameter recommendations
- Expected data fields
- Filtering and qualification criteria
- Output formatting suggestions
Prompts vs Tools
When to use Prompts
- Complex multi-step research workflows
- Repeatable processes that combine multiple tools
- Guidance on how to structure queries
- Template generation
When to use Tools directly
- Simple single-step queries
- Custom workflows not covered by prompts
- Real-time data retrieval
- Exploratory research
Using Prompts with MCP Clients
Claude Desktop
"Use the research_rule_generator prompt to help me build
a workflow for finding companies in healthcare using AWS"
Cline
/phoenix research_rule_generator
Target: Healthcare companies with cloud migration signals
Other MCP Clients
Invoke prompts using the standard MCP prompt protocol with the prompt name and required arguments.
Prompt Arguments
research_rule_generator
Required arguments:
objective: The research goal or question to answertargetAudience: Who will use this research rule (e.g., "AE team", "SDRs")
Optional arguments:
includeIntentSignals: Whether to include intent data (default: true)spendAnalysis: Whether to include spending data (default: false)technologyFilters: Specific technologies to focus on
Example:
{
"objective": "Find mid-market companies showing cloud migration intent",
"targetAudience": "Enterprise AE team",
"includeIntentSignals": true,
"spendAnalysis": true,
"technologyFilters": ["AWS", "Azure", "GCP"]
}
Best Practices
1. Be Specific
Provide clear, specific objectives to get the most useful research rules.
❌ Bad: "Find companies" ✅ Good: "Find Series B SaaS companies with 50-200 employees using Salesforce and showing recent CRM buying intent"
2. Define Your Audience
Specify who will use the research rule to get appropriately detailed outputs.
Examples:
- "SDR team" → Simpler, action-focused workflows
- "Enterprise AE team" → More detailed, multi-touch research
- "Marketing team" → Campaign-focused, segmentation-heavy
3. Iterate on Results
Start with a basic prompt, review the generated workflow, then refine your requirements.
4. Combine with Tools
Use prompts to generate workflows, then execute them with individual tools for actual data retrieval.
Prompt Output Format
Prompts return structured markdown with:
-
Research Rule Overview
- Name and description
- Target use case
- Expected outcomes
-
Tool Sequence
- Ordered list of tools to call
- Parameters for each tool
- Data flow between tools
-
Filtering Criteria
- How to qualify results
- Threshold values
- Decision logic
-
Output Template
- Expected data fields
- Formatting recommendations
- Example outputs
-
Usage Instructions
- How to execute the workflow
- Tips for your specific use case
- Customization options
Example Workflows
Enterprise Sales Research
Prompt: research_rule_generator
Objective: "Identify enterprise companies (>1000 employees) in financial
services using Salesforce with recent intent signals for data analytics tools"
Audience: "Enterprise AE team"
Generated workflow:
- Use
company_searchto find financial services companies >1000 employees - Filter for those using Salesforce with
company_technographic - Check intent signals for data analytics topics with
company_intent - Get detailed company profiles with
company_firmographic - Prioritize by intent score and company size
Technology Migration Research
Prompt: research_rule_generator
Objective: "Find companies migrating from on-premise to cloud infrastructure"
Audience: "Cloud solutions team"
Include: Intent signals and spend analysis
Generated workflow:
- Search for companies with legacy infrastructure
- Check cloud spending trends
- Identify migration intent signals
- Analyze current technology stack
- Score migration readiness
Coming Soon
Additional prompts in development:
competitive_analysis- Generate competitive intelligence workflowsmarket_sizing- Create market size estimation processesaccount_expansion- Build upsell/cross-sell research rulesterritory_planning- Design territory research workflows