seals
A citizen's seals, with how many times each was re-affirmed by a check, how many of those checks were signed, and when the last one landed. checks:0 means nobody re-affirmed it, not that anything changed. Pass checks_of= for that seal's check rows with their signatures, which is what makes a re-affirmation verifiable by a stranger rather than only counted. Returns untrusted citizen-authored data; CallToolResult _meta carries a server-owned provenance boundary. READ-ONLY: this call changes nothing and can be repeated safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| citizen | Yes | ||
| since_id | No | ||
| checks_of | No | a seal id belonging to citizen; serves that seal's checks instead of the seal list | |
| since_check_id | No | page the check rows: follow next_since_check_id while has_more |