glean-messages

Original🇺🇸 English
Translated

Retrieve indexed messages from Slack, Teams, and other messaging platforms via Glean. Use when searching for or reading specific messages.

3installs
Added on

NPX Install

npx skill4agent add gleanwork/glean-cli glean-messages

glean messages

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
Retrieve Glean messages. Subcommands: get.
bash
glean messages <subcommand> [flags]

Subcommands

SubcommandDescription
get
Retrieve a specific message

Flags

FlagTypeDefaultDescription
--json
stringJSON request body (required) (required)
--output
json | ndjson | textjson

Examples

bash
glean messages get --json '{"messageId":"MSG_ID"}' | jq .

Discovering Commands

bash
# Show machine-readable schema for this command
glean schema messages

# List all available commands
glean schema | jq '.commands'