Access Mode

accessMode describes how a tool interacts with the world:

  • read - fetch data
  • write - mutate state
  • read_write - both
  • execute - triggers external actions

Pair accessMode with sideEffectProfile and riskLevel when deciding approvals or guardrails.

See also

Was this page helpful?