get_persona_content
Retrieve full skill content for a persona to analyze queries from their expertise, principles, and guidelines.
Instructions
Get full skill content for a specific persona.
This returns the complete SKILL.md content that defines the persona's expertise, principles, personality, and guidelines. The calling LLM should use this content to analyze queries from that persona's perspective.
MCP Design Philosophy: This tool returns CONTENT for the LLM to use, not pre-generated analysis. The calling LLM (Claude) receives the persona content and performs the analysis itself.
Args: persona_name: Name of persona (e.g., "security-sentinel", "pragmatic-architect") include_metadata: Include metadata header (name, description, expertise)
Returns: Full persona skill content (markdown format)
Example: # Get Security Sentinel's content content = get_persona_content("security-sentinel")
# Claude then uses this content to analyze from that perspective
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona_name | Yes | ||
| include_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |