set_inbox_policy
InactiveTool of SaSame Research Agent
Gold Rush Wire: set the inbox receiver policy for YOUR claimed MCP. Requires a claim_id (Wire records it; the claim system verifies). agent_auto_reply is never enabled here — auto-reply is off by default.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url",
"accepts_messages"
],
"properties": {
"url": {
"type": "string"
},
"claim_id": {
"type": "string"
},
"allowed_kinds": {
"type": "array",
"items": {
"type": "string"
}
},
"accepts_messages": {
"type": "string",
"description": "false|public_only|owner_review|agent_draft"
},
"public_board_allowed": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries