Tool tree
kanverse-proofstamp-relay.kanthrfp.workers.dev
Developer Tools
https://kanverse-proofstamp-relay.kanthrfp.workers.dev/webmcpKanverse ProofStamp
read_proofstamp_statusAnswer
Read-only tool. Returns the current Kanverse ProofStamp relay state, including the verified completion receipt after Roblox reports success. It does not create a request and cannot execute anything inside Roblox.
View tool JSON
{
"name": "read_proofstamp_status",
"kind": "answer",
"impl": "imperative",
"description": "Read-only tool. Returns the current Kanverse ProofStamp relay state, including the verified completion receipt after Roblox reports success. It does not create a request and cannot execute anything inside Roblox.",
"inputSchema": {
"type": "object",
"properties": {}
}
}request_proofstampAction
Creates one short-lived request for a Kanverse ProofStamp inside Roblox. This tool DOES NOT execute the Roblox action. After this request is created, a human must explicitly authorize execution inside Roblox. The request expires automatically after five minutes.
View tool JSON
{
"name": "request_proofstamp",
"kind": "act",
"impl": "imperative",
"description": "Creates one short-lived request for a Kanverse ProofStamp inside Roblox. This tool DOES NOT execute the Roblox action. After this request is created, a human must explicitly authorize execution inside Roblox. The request expires automatically after five minutes.",
"inputSchema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Optional short reason or instruction to show with the pending ProofStamp request."
}
}
}
}