generate_prompt
Generate a deployment-ready AI agent system prompt with eight structured sections including identity, capabilities, guidelines, and constraints for any professional role.
Instructions
Generate a deployment-ready AI agent system prompt using Prompt Forge's v2 engine. Returns a complete 8-section system prompt (Identity, Capabilities, Guidelines, Domain Knowledge, Interaction Protocol, Output Format, Constraints, First Message). Requires ANTHROPIC_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| industry | No | Industry context (e.g. "Finance", "Healthcare"). Helps the engine reference industry-specific tools and frameworks. | |
| agent_desc | No | Short description of the agent specialty (e.g. "Automated scoring, loan analysis"). If omitted and agent_name matches a registry agent, the registry description is used. | |
| agent_name | Yes | The agent role name (e.g. "Credit Risk Underwriter", "Medical Scribe", "SOC Analyst Agent"). Can be any role — not limited to the built-in registry. | |
| user_context | No | Your role and situation for personalization (e.g. "I'm a solo financial advisor serving retirees in Florida"). Pro feature on the web app, available to all MCP users. |