Read the details of a single agenda item. Use this when the user asks about one agenda item; use listAgendaItems to see the full agenda. Fetches a single agenda item by `{id}`. Items outside the caller's workspace and backlog (meeting-less) items are hidden as 404. Use this to read `status`, `title`, and `time_allocation_minutes` without re-listing.
getAgendaItemRead the details of a single agenda item. Use this when the user asks about one agenda item; use listAgendaItems to see the full agenda.
Fetches a single agenda item by {id}. Items outside the caller's workspace and backlog (meeting-less) items are hidden as 404. Use this to read status, title, and time_allocation_minutes without re-listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Agenda item ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | No | ||
| status | No | ||
| deferred | No | ||
| sequence | No | ||
| item_type | No | ||
| created_at | No | ||
| meeting_id | No | ||
| presenters | No | Presenters for this agenda item, enriched with name and email when the user record is available and belongs to the caller's workspace. Presenters outside it carry only user_id. | |
| updated_at | No | ||
| description | No | Detailed description of the agenda item, in Markdown. Empty when the item has no description. | |
| talking_points | No | Private talking points for the authenticated user on this agenda item, in Markdown. Only returned when the user has talking points. | |
| time_allocation_minutes | No |