> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Finish with summary

> Call this when you have completed all requested work. Provide a brief summary of what was done. This signals to the frontend that the agent run is…

`finish_with_summary`

Call this when you have completed all requested work. Provide a brief summary of what was done. This signals to the frontend that the agent run is complete and renders a summary card. After calling this tool, do NOT call any more tools or produce additional content.

## Parameters

<ParamField path="summary" type="string" required>
  A concise plain-language summary of what was accomplished (1-3 sentences). Do NOT use internal syntax like @clause or @title — write in plain English.
</ParamField>

<ParamField path="actionsPerformed" type="array<string>">
  Optional list of specific actions taken (e.g. 'Created 5 clause blocks', 'Updated table schema').
</ParamField>
