5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "plori_get_capabilities" /* short, unique, verb-based */ }plori_get_capabilities, plori_get_mcp_connection, plori_list_examples, plori_open_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="plori_get_capabilities" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "plori_get_capabilities",
"description": "Describe what plori offers and where an external agent can connect for the complete tool set.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}plori_open_page{
name: "plori_open_page",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "plori_get_capabilities" /* short, unique, verb-based */ }plori_get_capabilities, plori_get_mcp_connection, plori_list_examples, plori_open_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="plori_get_capabilities" tooldescription="...">
<!-- the same action, as UI -->
</form>