Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTENT_DIR | No | Path to content assets directory | ./content |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| draft_post | Generate a post for a specific social platform (LinkedIn, Instagram, X/Twitter, TikTok). Uses StressZero brand rules: tutoiement, max 3 emojis, 3-5 hashtags, phrases courtes. Identity: Emmanuel Gomes Soares, Coach burnout entrepreneur. |
| repurpose_content | Take content from one platform and adapt it for another. Handles character limits (X: 280, LinkedIn: 3000, Instagram: 2200), hashtag styles, and format differences automatically. |
| generate_carousel | Generate LinkedIn/Instagram carousel slides with title + body per slide. Supports educational, storytelling, and data-driven styles. |
| schedule_content | Save content to the publishing queue (content-queue.json). Stores the post with platform, scheduled date/time, and status. |
| get_content_calendar | View the content calendar/queue. Shows all scheduled content for the next N days. |
| analyze_post_performance | Analyze a post's text for predicted engagement. Returns estimated engagement score (0-100), hook strength, CTA strength, readability, and actionable improvement suggestions. |
| generate_thread | Generate a multi-post thread for X/Twitter or LinkedIn. Creates numbered posts with transitions, including hook, content posts, and CTA finale. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| weekly_content_sprint | Generate a week of content — 5 posts across platforms for StressZero Entrepreneur |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| content-queue | Current content publishing queue with scheduled posts across all platforms |