list_activities
Retrieve a list of activities assigned to the bot, including IDs, titles, participants, and scheduling metadata.
Instructions
List activities where the bot is assigned (metadata only).
Returns a JSON string. The response contains an array of activity objects with at least: id, titre, participants (list of user IDs), and scheduling metadata. Use get_activity to read the full detail of a single activity.
Returns: JSON string — array of activity metadata objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |