create_interpretation
Link extracted flat entities to a source as an interpretation, recording observations with provenance and optional relationships.
Instructions
Create an interpretation row for an existing source from agent-extracted flat entities. Observations produced by this tool are linked to both source_id and interpretation_id. Use store with an interpretation block when the source-derived extraction can be batched in one store call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| entities | Yes | ||
| interpretation_config | No | Audit configuration for a parser or agent-authored interpretation run. Callers may include extractor_type, extractor_version, model, prompt_hash, schema_version, agent_notes, and other provenance fields needed to explain how extracted observations were produced. | |
| relationships | No | ||
| idempotency_key | No | ||
| user_id | No |