Loading...
Loading...
Retrieve indexed messages from Slack, Teams, and other messaging platforms via Glean. Use when searching for or reading specific messages.
npx skill4agent add gleanwork/glean-cli glean-messagesPREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
glean messages <subcommand> [flags]| Subcommand | Description |
|---|---|
| Retrieve a specific message |
| Flag | Type | Default | Description |
|---|---|---|---|
| string | JSON request body (required) (required) | |
| json | ndjson | text | json |
glean messages get --json '{"messageId":"MSG_ID"}' | jq .# Show machine-readable schema for this command
glean schema messages
# List all available commands
glean schema | jq '.commands'