Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
publish_linkedin_post | Publish a text post to LinkedIn, optionally including media (images/videos) specified by URL. |
schedule_linkedin_post | Schedule a text post for LinkedIn at a specific future date and time, optionally including media (images/videos) specified by URL. |
publish_twitter_post | Publish a text post (tweet) to Twitter. |
analyze_linkedin_chat | Ask questions about the user's LinkedIn profile, content, or network, with support for multi-turn conversations. |
generate_linkedin_post | Generate three LinkedIn post variants from any content (article, newsletter, notes, etc.) to optimize engagement. |
get_linkedin_posts | Retrieve the user's recent LinkedIn posts with engagement metrics. |
get_linkedin_profile | Retrieve the user's LinkedIn profile information including headline, summary, experience, and education. |
set_linkedin_url | Set or update the LinkedIn profile URL to analyze. Required before using profile/posts retrieval tools if not set previously. |
refresh_linkedin_profile | Force a refresh of the LinkedIn profile data to update any recent changes. |
refresh_linkedin_posts | Force a refresh of LinkedIn posts data to capture recently published content. |