2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
ask_pieverse_public_docs: 1 parameter has no description (query); batch_read_pieverse_public_resources: 1 parameter has no description (paths){
name: "ask_pieverse_public_docs",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}ask_pieverse_public_docs, batch_read_pieverse_public_resources<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="ask_pieverse_public_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "ask_pieverse_public_docs",
"description": "Ask a read-only question about Pieverse public pricing, auth boundaries, sandbox, OpenAPI, or MCP resources.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1
}
},
"required": [
"query"
],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"untrustedContentHint": false
}
}ask_pieverse_public_docs: 1 parameter has no description (query); batch_read_pieverse_public_resources: 1 parameter has no description (paths){
name: "ask_pieverse_public_docs",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "batch_read_pieverse_public_resources" /* short, unique, verb-based */ }ask_pieverse_public_docs, batch_read_pieverse_public_resources<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="ask_pieverse_public_docs" tooldescription="...">
<!-- the same action, as UI -->
</form>