Core Concepts

Action Admissibility

Evaluate tool calls against budgets and policies before executing dangerous updates.

Action Admissibility is the Boolean evaluation of whether an AI-requested tool call is structurally valid, contextually appropriate, and organizationally safe to execute.

The Three Checks

  • Structural Check: Does the JSON payload match the tool schema?
  • Contextual Check: Does this action make sense sequentially?
  • Safety Check: Does this action violate read/write boundaries or budgets?
EAAP Protocol v1.0Verified Architecture