Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port for the server | 3000 |
META_PAGE_ID | No | Your Facebook page ID | |
META_API_VERSION | No | The Meta API version to use | v18.0 |
META_ACCESS_TOKEN | No | Your page access token for Meta Graph API (for social media features) | |
META_INSTAGRAM_ACCOUNT_ID | No | Your Instagram business account ID |
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 |
---|---|
check_inventory | Check current inventory levels for a specific product or category. Returns stock quantity, reorder status, and supplier information. |
get_low_stock_items | Get a list of all items that are at or below their reorder level. Critical for preventing stockouts. |
update_stock | Update inventory quantity after receiving shipment or doing physical count. Records the change in the system. |
search_products | Search for products by name, category, or supplier. Returns detailed product information. |
lookup_customer | Find customer information by name, email, or phone. Returns purchase history, loyalty points, and preferences. |
update_loyalty_points | Add or redeem loyalty points for a customer. Store policy: 1 point per $1 spent, 100 points = $10 off. |
get_customer_recommendations | Get personalized product recommendations based on customer purchase history and preferences. |
get_top_customers | Get list of top customers by total spending or loyalty points. Useful for VIP outreach and marketing. |
get_daily_sales | Get sales summary for a specific date including revenue, transaction count, and top-selling items. |
get_sales_report | Generate comprehensive sales report for a date range with trends, comparisons, and insights. |
get_best_sellers | Get top-selling products by category or overall, with quantity sold and revenue generated. |
calculate_profit_margin | Calculate profit margin for a product or category based on cost and selling price. |
get_supplier_info | Get detailed supplier information including contact details, lead times, and minimum order requirements. |
create_purchase_order | Create a purchase order for restocking. Automatically suggests items below reorder level. |
compare_supplier_prices | Compare prices and terms across suppliers for a specific product or category. |
check_appointments | Check scheduled appointments for a specific date or customer. |
book_appointment | Schedule a new appointment for custom framing, consultations, or workshops. |
get_employee_schedule | Get employee schedule and shift information for staffing planning. |
calculate_labor_cost | Calculate labor costs for a specific period based on employee hours and rates. |
calculate_discount | Calculate discounted price for promotions, bulk orders, or loyalty rewards. |
suggest_bundle | Suggest product bundles based on frequently bought together items or complementary products. |
generate_eod_report | Generate end-of-day report with sales summary, cash reconciliation needs, and action items. |
get_inventory_value | Calculate total inventory value at cost or retail price for financial reporting. |
forecast_demand | Forecast product demand based on historical sales data and seasonal trends. |
post_to_social_media | Post content to Facebook and/or Instagram. Requires Meta API configuration. Can schedule posts for future publishing. |
generate_post_ideas | Generate creative post ideas based on products, themes, or seasons. Perfect for content planning. |
schedule_weekly_posts | Create a weekly posting schedule with varied content types. Saves hours of planning time. |
get_social_analytics | Get performance analytics from Facebook and Instagram including reach, engagement, and top posts. |
get_new_comments | Retrieve new comments from Facebook and Instagram posts for timely responses. |
suggest_comment_reply | Get AI-powered reply suggestions for customer comments. Maintains friendly, professional tone. |
generate_hashtags | Generate relevant hashtags for posts to maximize reach and engagement. |
get_instagram_story_ideas | Get creative Instagram Story ideas featuring products, behind-the-scenes, or promotions. |
create_product_campaign | Create a multi-post campaign to promote a specific product or collection across platforms. |
analyze_post_performance | Analyze individual post performance with insights on what content performs best. |
auto_respond_common_questions | Enable automatic responses to frequently asked questions (hours, location, stock availability). |
track_competitor_activity | Track competitor social media activity to stay informed about market trends and pricing. |