calendar.entities.list
List tracked calendar entities with their outgoing and incoming dependency links. Filter by kind or active status to get a targeted count of matching entities.
Instructions
Read-only; no side effects, auth, or rate limits. List tracked entities, each annotated with its outgoing and incoming dependency links. Returns {entities, count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter to entities with this exact `kind`. | |
| active_only | No | If true, exclude retired (active=false) entities. |