Skip to main content

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 complete and renders a summary card. After calling this tool, do NOT call any more tools or produce additional content.

Parameters

summary
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.
actionsPerformed
array<string>
Optional list of specific actions taken (e.g. ‘Created 5 clause blocks’, ‘Updated table schema’).