live · AI Agents & Fintech · JSON · API for agents
Ask a read-only question about Pieverse public pricing, auth boundaries, sandbox, OpenAPI, or MCP resources.
{
"name": "ask_pieverse_public_docs",
"kind": "action",
"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
}
}Fetch multiple documented public Pieverse discovery resources by path without authentication.
{
"name": "batch_read_pieverse_public_resources",
"kind": "action",
"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
}
}