decision_evaluate

Evaluate a policy to determine if an action is allowed.

Overview

Policies are deterministic decision rules that return one of three outcomes: allow, deny, or requires_exception.

Method

text
tools/call

Tool Name

text
decision_evaluate

Parameters

[Content to be filled - from provided getting started guide]

text
{
  "decision_id": "dec_...",
  "policy_id": "order_limit_v1",
  "inputs": {}
}

Response

[Content to be filled]

Outcomes

  • allow - The action is permitted
  • deny - The action is not permitted
  • requires_exception - Human approval is required

Example

[Content to be filled - from provided getting started guide]

TraceMem is trace-native infrastructure for AI agents