Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLORI_API_KEYNoplori API key (plori_sk_...). Optional: without it the bridge starts the browser OAuth sign-in flow.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
answer_pending_inputA

Answer a run that is paused on a human-input request (from list_pending_inputs). For an approval, set approved=true/false. For an input request, set value to the requested text.

create_agentA

Create a new agent: a cloud computer running plori's agent, with its own disk, tools, and memory. Returns the agent id. Subject to the account's plan limits (agent count, model tier).

delete_agentA

Permanently delete an agent and revoke its disk. This cannot be undone.

get_agentA

Get one agent's details (name, type, model, status) by its id.

get_creditsA

Get the authenticated account's credit balance and plan. Running agents spends credits, so check this before invoking.

get_diskA

Get the authenticated account's disk state (included, purchased, used bytes, and monthly cost).

get_run_resultA

Get a run's status and, if it has completed, the assistant's reply. Use to poll a run started with invoke_agent wait=false.

get_usageA

Get the authenticated account's usage rollup (spend by meter and by agent, recent runs).

invoke_agentA

Send a message to an agent and, by default, wait for the turn to finish and return the assistant's reply. Running an agent spends credits. If the run pauses on a human-input request it returns status "awaiting_input" (use list_pending_inputs + answer_pending_input). Pass wait=false to return a run_id immediately and poll get_run_result.

list_agentsA

List the agents owned by the authenticated account, with their model and live session status.

list_brainsA

List the agent type plori provides. create_agent always provisions it, so this is informational and optional.

list_pending_inputsA

List the agent's runs that are paused awaiting a human approval or input (the HITL queue).

list_runsA

List an agent's run history (most recent first), with each run's status.

schedule_runA

Schedule a deferred run of an agent: it will be invoked later with the given prompt. Provide either delay_seconds (relative) or fire_at (an RFC3339 timestamp).

set_agent_modelA

Change an agent's model. Takes effect on the agent's next turn. Frontier models require a paid plan.

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/plori-ai/plori'

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