Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FEEDMOB_API_TOKEN | Yes | Your FeedMob API token | |
| FEEDMOB_API_BASE_URL | No | Base URL for the FeedMob Assistant Internal API (optional, defaults to https://assistant.feedmob.ai) | https://assistant.feedmob.ai |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_clients | List clients with optional filters. Returns client names, IDs, and legacy IDs. |
| get_client | Get detailed information about a specific client by ID. |
| list_client_documents | List documents associated with clients. Can filter by client ID, title, or category. |
| list_partners | List partners (vendors/ad networks) with optional filters. |
| get_partner | Get detailed information about a specific partner by ID. |
| list_partner_categories | List all partner categories with their IDs. |
| list_partner_documents | List documents associated with partners. |
| list_campaigns | List campaigns with optional filters. Campaigns represent advertising campaigns for clients. |
| get_campaign | Get detailed information about a specific campaign by ID. |
| list_playbooks | List playbooks accessible to the current user. Playbooks are guides and documentation. |
| get_playbook | Get detailed information about a playbook, including its list of items. |
| get_playbook_item | Get the full content of a specific playbook item. |
| list_mobile_apps | List mobile apps with optional filters. |
| get_mobile_app | Get detailed information about a specific mobile app by ID. |
| list_click_urls | List click URLs (tracking links) used for campaign attribution. |
| get_click_url | Get detailed information about a specific click URL by legacy ID. |
| get_daily_metrics | Get aggregated daily metrics as a time-series suitable for charting. Returns data for the specified metric over a date range. |
| list_pods | List all pods. Pods are organizational units that group clients and team members. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |