Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WP_SITE_URL | Yes | Your WordPress site URL | |
| WP_USERNAME | Yes | WordPress username for authentication | |
| WP_DB_PREFIX | No | WordPress database table prefix | wp_ |
| FC_TABLE_PREFIX | No | FluentCommunity database table prefix | fcom_ |
| WP_APP_PASSWORD | Yes | WordPress Application Password (format: xxxx xxxx xxxx xxxx xxxx xxxx). Go to: WordPress Admin → Users → Your Profile → Application Passwords |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fc_list_posts | List all posts from FluentCommunity with optional filtering |
| fc_get_post | Get a specific post by ID with all details |
| fc_create_post | Create a new post in FluentCommunity |
| fc_update_post | Update an existing post in FluentCommunity |
| fc_delete_post | Delete a post from FluentCommunity |
| fc_list_spaces | List all spaces in FluentCommunity |
| fc_get_space | Get detailed information about a specific space |
| fc_create_space | Create a new space in FluentCommunity |
| fc_update_space | Update an existing space |
| fc_list_comments | List comments for a specific post or all comments |
| fc_create_comment | Create a new comment on a post |
| fc_update_comment | Update an existing comment |
| fc_delete_comment | Delete a comment |
| fc_list_space_members | List members of a specific space |
| fc_add_space_member | Add a user to a space |
| fc_remove_space_member | Remove a user from a space |
| fc_list_chat_threads | List chat threads/conversations |
| fc_list_chat_messages | List messages in a chat thread |
| fc_send_chat_message | Send a message in a chat thread |
| fc_search_content | Search across all FluentCommunity content (posts, comments, spaces) |
| fc_get_space_analytics | Get analytics and statistics for a space |
| fc_bulk_create_posts | Create multiple posts at once (useful for AI-generated content campaigns) |
| fc_bulk_update_posts | Update multiple posts at once |
| fc_bulk_delete_posts | Delete multiple posts at once |
| fc_list_terms | List all terms/tags in FluentCommunity |
| fc_create_term | Create a new term/tag |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |