Tool tree
One click to your own Web3-native AI agent — live on Line, Kakao, WhatsApp, and beyond. No wallets. No seed phrases. No setup.
ask_pieverse_public_docsAction
Ask a read-only question about Pieverse public pricing, auth boundaries, sandbox, OpenAPI, or MCP resources.
View tool JSON
{
"name": "ask_pieverse_public_docs",
"kind": "act",
"impl": "imperative",
"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
}
}batch_read_pieverse_public_resourcesAction
Fetch multiple documented public Pieverse discovery resources by path without authentication.
View tool JSON
{
"name": "batch_read_pieverse_public_resources",
"kind": "act",
"impl": "imperative",
"description": "Fetch multiple documented public Pieverse discovery resources by path without authentication.",
"inputSchema": {
"type": "object",
"properties": {
"paths": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
}
},
"additionalProperties": false
}
}