decision_read
Read data through a governed Data Product with an explicit purpose.
Overview
All data access in TraceMem happens through Data Products. Every read operation must specify a purpose from the data product's allowed purposes list.
Method
text
tools/call
Tool Name
text
decision_read
Parameters
[Content to be filled - from provided getting started guide]
text
{
"decision_id": "dec_...",
"product": "customer_data",
"purpose": "order_processing",
"query": {}
}
Response
[Content to be filled]
Example
[Content to be filled - from provided getting started guide]
Purpose Requirements
[Content to be filled - purpose must be in allowed_purposes]