Tool tree
plori gives you a cloud AI agent with its own persistent environment: a durable disk, real CLI tools, and memory. Use it yourself or from your own agent.
plori_get_capabilitiesAction
Describe what plori offers and where an external agent can connect for the complete tool set.
View tool JSON
{
"name": "plori_get_capabilities",
"kind": "act",
"impl": "imperative",
"description": "Describe what plori offers and where an external agent can connect for the complete tool set.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}plori_get_mcp_connectionAction
Return the canonical remote MCP endpoint, authentication discovery URL, and next steps for connecting an external agent.
View tool JSON
{
"name": "plori_get_mcp_connection",
"kind": "act",
"impl": "imperative",
"description": "Return the canonical remote MCP endpoint, authentication discovery URL, and next steps for connecting an external agent.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}plori_list_examplesAction
List public examples and their evidence labels so an agent can choose a concrete plori task.
View tool JSON
{
"name": "plori_list_examples",
"kind": "act",
"impl": "imperative",
"description": "List public examples and their evidence labels so an agent can choose a concrete plori task.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}plori_open_pageAction
Navigate this tab to the public MCP connection guide or examples. Navigation removes the homepage tools.
View tool JSON
{
"name": "plori_open_page",
"kind": "act",
"impl": "imperative",
"description": "Navigate this tab to the public MCP connection guide or examples. Navigation removes the homepage tools.",
"inputSchema": {
"type": "object",
"required": [
"destination"
],
"additionalProperties": false,
"properties": {
"destination": {
"type": "string",
"enum": [
"mcp_guide",
"examples"
],
"description": "The public plori page to open in this tab."
}
}
},
"page": "/"
}plori_open_mcp_guideAction
Open plori's public guide for connecting an external agent to its remote MCP server.
View tool JSON
{
"name": "plori_open_mcp_guide",
"kind": "act",
"impl": "declarative",
"description": "Open plori's public guide for connecting an external agent to its remote MCP server.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}