DEBUGLOG / NOTE
AGENTFORCE
BUILD → DEBUG → LEARN → SHARE
BUILD → DEBUG → LEARN → SHARE
An action is only useful when an agent can understand when to use it and what result to expect.
Start with a narrow responsibility
Prefer one clear business outcome over an action that tries to do everything.
Make inputs explicit
Use meaningful names, validation and sensible defaults so the action is predictable.
Return useful results
The result should contain enough context for the agent to continue the conversation without guessing.
AGENTFORCEAIACTIONS