Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The action is explicitly described as fetching a schedule by ID and requires a read-only scope (`cal.schedules.read`), but the documentation warns that it is a write action that changes state. This mismatch can mislead an agent or operator about the action’s side effects, causing unnecessary confirmation flows, incorrect risk classification, or unsafe orchestration logic that depends on accurate read/write semantics.
