add_evaluation
Record a free-text evaluation with optional tags and score to an existing counterparty record, enabling later search and review.
Instructions
Attach an agent-written evaluation to an existing counterparty record.
text is always required — a free-text note about the interaction.
tags (optional) enables later search via find_evaluations.
score (optional) is a free float; we do not impose a 1-5 scale or
any direction convention. Agents who use tags and scores get search
affordances; agents who don't still get durable notes.
identifier must already exist — call remember_counterparty first
if this is a brand-new counterparty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| text | Yes | ||
| score | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||