get_discussion
Retrieve a complete Loomio discussion record using its numeric ID or short string key, including title, description, group, author, and timestamps.
Instructions
Fetch a single Loomio discussion (thread) by id or short string key. Returns the full record — title, description, group, author, ranges/last-activity timestamps, and embedded users — in one round-trip. Use for 'show me discussion X', 'what's in thread Y', or to resolve an id_or_key referenced by another tool's output. To enumerate a group's discussions instead of fetching one, use list_discussions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_key | Yes | Discussion id (numeric) or short string key (e.g. 'abcDEF12'). Loomio accepts either. |