Skip to content

Prompt Generator

The Prompt Generator creates optimized system prompts that teach AI assistants how to use your connected Switchboard tools effectively. It includes service-specific gotchas, ID formats, and multi-step patterns.

  1. Go to your Fp Switchboard Dashboard
  2. Navigate to a connected service page
  3. Click Generate Prompt to open the generator

Select your AI assistant platform. Each gets tailored instructions:

PlatformOptimized For
ClaudeClaude Desktop, Claude.ai, Claude Code
ChatGPTOpenAI ChatGPT (web and API)
GeminiGoogle Gemini
GrokxAI Grok
Universal MCPAny MCP-compatible client
LevelToken TargetIncludes
Concise~1,000Core rules only
Standard~2,000Rules + key gotchas + ID formats
DetailedVariesFull gotchas, examples, multi-step patterns
ModeBehavior
StrictOnly use Switchboard tools. If a service isn’t connected, inform the user. Best for compliance.
FlexiblePrefer Switchboard tools but allow fallback to built-in AI integrations. Best for maximum functionality.
ModeUse Case
Full PromptComplete prompt with all guidelines, gotchas, and examples. Use when NOT installing a Claude Code skill.
Skill ModeMinimal prompt with just tool access summary. Requires the fp-switchboard-mcp skill in Claude Code for full guidance.

The generated prompt includes:

  1. Platform preamble — AI-specific instructions for tool calling
  2. Connected services list — Which services are available and their tool counts
  3. Service guidelines — Per-service gotchas, tips, and patterns
  4. ID format reference — How to recognize and use service-specific IDs
  5. Error handling — How to handle common errors gracefully
  6. Multi-step patterns — Named workflows (e.g., “Create and assign a task” for project management)

For each connected service, the generator pulls:

  • Quick tips — Brief rules (e.g., “HubSpot IDs are numeric strings, not integers”)
  • Common gotchas — Wrong vs. correct examples with severity badges
  • ID format reference — Regex patterns and examples for each ID type
  • Multi-step patterns — Complex workflows broken into sequential steps

Add the generated prompt as your system prompt in Claude Desktop settings, or include it in your MCP server configuration.

If your services have specific permission scopes, the generator reflects this:

  • Lists accessible vs. restricted operations per service
  • Warns the AI not to attempt operations outside granted scopes
  • Suggests alternative approaches when a permission is missing