list_meeting_minutes
List meeting notes and transcripts filtered by optional attachment and creation date range. Returns up to 200 records.
Instructions
List meeting notes/transcript records (minutes) by optional attachment target and created-on range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachedToId | No | a string that will be trimmed | |
| from | No | Created-on lower bound timestamp. | |
| to | No | Created-on upper bound timestamp. | |
| limit | No | Maximum number of meeting notes/transcript records (minutes) to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |