list_posts_by_contact
List feedback posts attached to a contact across every board, newest first. Useful for “what has this customer asked for?” — pair with get_contact to see the full conversation.
required scope: read.
example prompts
Section titled “example prompts”- “show me every post acme-corp has filed.”
- “list the last 50 posts from our top-MRR contact.”
| field | type | required | notes |
|---|---|---|---|
contact_id | string | yes | |
cursor | string | no | |
limit | integer (1-50) | no |
output
Section titled “output”{ "data": [Post, ...], "nextCursor": "..." | null }.