Plori
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLORI_API_KEY | No | plori API key (plori_sk_...). Optional: without it the bridge starts the browser OAuth sign-in flow. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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