helvabase_prepare_context
Retrieve sourced business context for a dossier and persist a reusable context revision. This retrieves documents, not server-generated prose. Next call helvabase_read_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| title | No | ||
| maxTokens | No | ||
| projectId | Yes | Helvabase project/mapping ID returned by list or create dossier, never a local path. | |
| idempotencyKey | Yes | Unique key for this logical mutation. Reuse exactly the same key and arguments after a timeout; never generate a new key to force a replay. |