# MCP Tool Orchestration Patterns
This file documents preferred MCP tools, usage patterns, and orchestration workflows.
**Note:** The pattern below is an EXAMPLE TEMPLATE ONLY. It is not a real, usable workflow. When you add your first MCP pattern, replace this template with your actual pattern details.
---
## Available MCP Tools
**Note:** List your available MCP tools here as you configure them.
### [Example MCP Tool - TEMPLATE ONLY]
**THIS IS A TEMPLATE, NOT A REAL WORKFLOW**
**Purpose:** [What this MCP tool does]
**When to use:** [Trigger words or scenarios]
**Available actions:**
- [Action 1]
- [Action 2]
- [Action 3]
---
## Workflow Patterns
### [Example Pattern Name - TEMPLATE ONLY]
**THIS IS A TEMPLATE, NOT A REAL WORKFLOW**
**Trigger phrases:**
- "[Trigger phrase 1]"
- "[Trigger phrase 2]"
- "[Trigger phrase 3]"
**Workflow:**
1. **[Step 1]:**
- [Description of what to do]
- [Details about the action]
2. **[Step 2]:**
- [Description]
- [Details]
3. **[Step 3]:**
- [Description]
- [Details]
4. **[Final step]:**
- [Description]
- [Details]
**Example:**
```
User: "[Example user request]"
Claude:
1. [MCP Tool: action with parameters]
→ [Expected result]
2. [Process the result]
3. [Next MCP Tool: action]
→ [Expected result]
4. [Final output to user]
```
**Best Practices:**
- [Best practice 1]
- [Best practice 2]
- [Best practice 3]
---
## Tool Preferences (User-Specific)
*Add your tool preferences here as you configure them.*
**Example:**
```markdown
### [Tool Name] Preferences
- **Preference 1:** [Value]
- **Preference 2:** [Value]
- **Sheet/Resource names:** [Specific names to use]
```
---
## Learning Section
*When the user teaches new patterns or preferences, add them here using the Edit tool.*
**Template for new patterns:**
```markdown
### [Pattern Name]
**Added:** YYYY-MM-DD
**Trigger:** [When to use this pattern]
**Steps:** [What to do]
**Notes:** [Special considerations]
```
---
*This file is editable by Claude during conversations. When the user teaches new patterns, updates preferences, or corrects approaches, Claude should update this file using the Edit tool.*
Source: claude-code-templates (MIT). See About Us for full credits.