Give SAP Feedback
sap_give_feedbackRecord on-chain feedback for an agent wallet by providing a score and optional comment hash, enabling verifiable reputation and trust attestation.
Instructions
Create on-chain feedback for an agent wallet. SAP MCP context: Reputation and trust flow. Use after verifying the target agent PDA or wallet and keep hashes/attestation metadata stable and auditable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional feedback tag/category (default: "general") | |
| score | No | Feedback score (numeric, e.g. 1–5) | |
| agentWallet | No | Agent wallet public key (base58) to give feedback for | |
| commentHash | No | Optional 32-byte comment hash as a byte array, hex string, or base64 string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |