Skip to main content
Alpha: prompt quality, tool coverage, and client behavior can still shift. Treat these as current operating patterns, not a guarantee of long-term stability.

What good prompts do Alpha

Good MCP prompts are specific about the outcome, the data shape, and whether the client is allowed to write.
  • ask for one task at a time
  • name the target object or workflow
  • say whether you want read-only analysis or a write-capable plan
  • request a confirmation checkpoint before any mutation
  • prefer concise summaries first, then deeper detail on request
If you are unsure which scope or tool family you need, start with mcp_whoami, then ask the client to explain the granted scopes before you do anything else.

Read-only examples Alpha

These are safe starting points for exploration, triage, and workspace inspection.
GoalExample promptExpected behavior
Verify accessRun mcp_whoami and tell me who I am, which client is connected, and which scopes are granted.Confirms the connection and current permissions
Understand the workspaceUse Enginy MCP to inspect the relevant records for this account and summarize what matters most in 5 bullets.Finds and summarizes data without mutating anything
Find likely next stepsSearch for the most relevant contacts and companies for this account, then rank them by fit and explain why.Uses read tools to gather candidates and rank them
Review campaign statusShow me the current state of this campaign, the main blockers, and any obvious inconsistencies.Pulls current state and returns an operator summary
Sanity-check a flowBefore any changes, map the data you would need to touch and list the exact tools you expect to use.Produces a plan instead of making edits

Write-capable examples Alpha

For anything that mutates data, instruct the client to stop before execution and ask for approval.
GoalExample promptRequired behavior
Prepare a changeDraft the updates needed for these contacts, but do not execute anything until I confirm the exact diff.Plan first, wait for approval
Update a campaignPrepare a safe campaign update plan, call out any destructive changes, and ask me before you apply them.Surface the diff and require a confirmation step
Bulk edit recordsIdentify the records that should change, show me the proposed edits grouped by record, and wait for my sign-off.Group changes and pause
Write with guardrailsIf you need a write scope, explain why, show the minimum permission needed, and stop until I approve.Keep the scope request minimal and explicit
For write workflows, the best prompt is not “do it all automatically.” It is “prepare the change, show me the diff, and wait.”

Prompts by client Alpha

Claude Code

Use this when you want the assistant to inspect data first and only mutate after you approve the plan:
Use the Enginy MCP server. Start with mcp_whoami, summarize the granted scopes, then inspect the relevant data.
If any write is needed, stop and ask me to confirm the exact change set before you apply it.

Codex

Codex works well when you separate discovery from execution:
Use Enginy MCP to analyze the workspace data first. Keep the answer concise, show the plan before any write,
and do not mutate records until I explicitly approve the proposed changes.

Cursor

Cursor prompts should be explicit about the local flow you want:
Connect to Enginy MCP, inspect the relevant records, and return a short summary with the exact next action.
If you need to make a change, present the diff and wait for my confirmation before applying it.

ChatGPT developer mode

Use the same operator pattern in ChatGPT developer mode:
Use the Enginy remote MCP server to answer from current workspace data only.
If the task requires a write, explain the minimum change set and stop until I approve it.

Other remote MCP clients

For any other remote MCP client, keep the instruction simple:
Use the Enginy MCP server, read the current data first, and ask for confirmation before any write action.

Prompt patterns that work well Alpha

  • First inspect, then summarize, then ask
  • Show the minimum diff
  • Use read-only tools unless I approve a write
  • Explain missing scopes instead of retrying blindly
  • If something fails, tell me the exact MCP/client reason and the next fix

Prompt patterns to avoid Alpha

  • Do everything automatically
  • Fix the workspace without asking
  • Use whatever scopes you need
  • Keep retrying until it works
  • Write changes and then summarize them

Next steps Alpha