Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APIFY_API_TOKENYesYour Apify API token, which can be obtained from the Apify Console (https://console.apify.com/settings/integrations).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_user_infoB

Get information about the current authenticated user

list_actorsC

Get list of actors. Returns actors created or used by the user.

get_actorB

Get details of a specific actor including versions, builds, and runs info.

list_actor_runsC

Get list of runs for a specific actor.

list_user_runsC

Get list of all runs for the current user across all actors.

get_runC

Get details of a specific run including status, stats, and storage IDs.

get_last_runC

Get the last run of an actor.

run_actorC

Start a new run of an actor with optional input and configuration.

abort_runC

Abort a running actor execution.

resurrect_runC

Resurrect a finished run to continue processing.

get_run_logC

Get the log output of a run.

list_tasksC

Get list of actor tasks (saved actor configurations).

get_taskC

Get details of a specific task including its input configuration.

run_taskC

Run a task with optional input override.

list_task_runsB

Get list of runs for a specific task.

get_task_last_runC

Get the last run of a task.

list_datasetsC

Get list of datasets.

get_datasetC

Get details of a specific dataset.

get_dataset_itemsC

Get items from a dataset.

get_run_dataset_itemsC

Get items from a run's default dataset.

list_key_value_storesC

Get list of key-value stores.

get_key_value_storeB

Get details of a specific key-value store.

list_keysC

List keys in a key-value store.

get_recordC

Get a record from a key-value store.

get_run_outputC

Get the OUTPUT record from a run's default key-value store.

list_schedulesB

Get list of schedules for automatic actor/task execution.

get_scheduleC

Get details of a specific schedule.

get_schedule_logC

Get the execution log of a schedule.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fvegah/mcp-apify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server