Check Memory Read Scope Authorization
rai_memory_read_checkChecks a caller's authority memory_scope against a requested memory namespace before reading persistent agent memory. Denies cross-tenant or cross-agent access when governance is enabled.
Instructions
Gate a read from persistent agent memory. Standalone, this tool only echoes back the requested scope (there's no content to scan for a read) -- its real enforcement value is when governance is enabled on the hosted MCP server: the caller's authority's memory_scope constraint (if any) is checked against the requested memory_scope, denying cross-tenant/cross-agent memory access before the read happens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_scope | Yes | The memory namespace this read targets, e.g. 'org:acme:agent:bot1'. |