Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APIFY_API_TOKEN | Yes | Your Apify API token, which can be obtained from the Apify Console (https://console.apify.com/settings/integrations). |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_info | Get information about the current authenticated user |
| list_actors | Get list of actors. Returns actors created or used by the user. |
| get_actor | Get details of a specific actor including versions, builds, and runs info. |
| list_actor_runs | Get list of runs for a specific actor. |
| list_user_runs | Get list of all runs for the current user across all actors. |
| get_run | Get details of a specific run including status, stats, and storage IDs. |
| get_last_run | Get the last run of an actor. |
| run_actor | Start a new run of an actor with optional input and configuration. |
| abort_run | Abort a running actor execution. |
| resurrect_run | Resurrect a finished run to continue processing. |
| get_run_log | Get the log output of a run. |
| list_tasks | Get list of actor tasks (saved actor configurations). |
| get_task | Get details of a specific task including its input configuration. |
| run_task | Run a task with optional input override. |
| list_task_runs | Get list of runs for a specific task. |
| get_task_last_run | Get the last run of a task. |
| list_datasets | Get list of datasets. |
| get_dataset | Get details of a specific dataset. |
| get_dataset_items | Get items from a dataset. |
| get_run_dataset_items | Get items from a run's default dataset. |
| list_key_value_stores | Get list of key-value stores. |
| get_key_value_store | Get details of a specific key-value store. |
| list_keys | List keys in a key-value store. |
| get_record | Get a record from a key-value store. |
| get_run_output | Get the OUTPUT record from a run's default key-value store. |
| list_schedules | Get list of schedules for automatic actor/task execution. |
| get_schedule | Get details of a specific schedule. |
| get_schedule_log | Get the execution log of a schedule. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |