Read Only vs. Side Effecting Tools

Use capability metadata to separate safe reads from actions that change state.

  • Read-only: accessMode: read and sideEffectProfile: none
  • Side-effecting: write / read_write / execute with low or high side effects

Run detail records tool calls and inputs so you can audit behavior.

See also

Was this page helpful?